mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Clarified docstrings in */plugins/__init__.py; renamed ipa_server/plugins/ipa_ldap.py to b_ldap.py
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
"""
|
||||
Built-in backend plugins.
|
||||
Sub-package containing all server plugins.
|
||||
|
||||
This package __init__ module should implement no code.
|
||||
By convention, modules with frontend plugins are named f_*.py and modules
|
||||
with backend plugins are named b_*.py.
|
||||
"""
|
||||
|
||||
@@ -18,5 +18,8 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
"""
|
||||
Sub-package containing all internal plugins.
|
||||
Sub-package containing all core plugins.
|
||||
|
||||
By convention, modules with frontend plugins are named f_*.py and modules
|
||||
with backend plugins are named b_*.py.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user