summaryrefslogtreecommitdiffstats
path: root/ipa_server
diff options
context:
space:
mode:
Diffstat (limited to 'ipa_server')
-rw-r--r--ipa_server/__init__.py2
-rw-r--r--ipa_server/plugins/b_ldap.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipa_server/__init__.py b/ipa_server/__init__.py
index 550192bf0..b0be96bd2 100644
--- a/ipa_server/__init__.py
+++ b/ipa_server/__init__.py
@@ -18,5 +18,5 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
-Backend plugins and XML-RPC.
+Package containing server backend.
"""
diff --git a/ipa_server/plugins/b_ldap.py b/ipa_server/plugins/b_ldap.py
index 675c64c29..a8463aa76 100644
--- a/ipa_server/plugins/b_ldap.py
+++ b/ipa_server/plugins/b_ldap.py
@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
-LDAP backend plugin.
+Backend plugin for LDAP.
This wraps the python-ldap bindings.
"""