aboutsummaryrefslogtreecommitdiff
path: root/python/python-ldap/README
diff options
context:
space:
mode:
authorThibaut Notteboom <thibaut.notteboom@gmail.com>2018-06-03 15:18:58 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2018-06-03 18:11:02 +0100
commitaf2f80953f4ee75f8ff1145ac9997f92aeabef94 (patch)
treefd68578e9efc844c3122e8d5c74398b9ec509241 /python/python-ldap/README
parent272c0f87f2623c56d522f46d917e2569f64a3a32 (diff)
downloadslackbuilds-af2f80953f4ee75f8ff1145ac9997f92aeabef94.tar.xz
python/python-ldap: Updated for version 3.1.0 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-ldap/README')
-rw-r--r--python/python-ldap/README11
1 files changed, 5 insertions, 6 deletions
diff --git a/python/python-ldap/README b/python/python-ldap/README
index 7c1042211631..6f6f67f8908c 100644
--- a/python/python-ldap/README
+++ b/python/python-ldap/README
@@ -1,7 +1,6 @@
-Python modules for implementing LDAP clients
+python-ldap provides an object-oriented API to access LDAP directory
+servers from Python programs. Mainly it wraps the OpenLDAP client libs
+for that purpose.
-python-ldap: python-ldap provides an object-oriented API to access LDAP
-directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x
-libs for that purpose. Additionally the package contains modules for other
-LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema,
-LDAPv3 extended operations and controls, etc.).
+Additionally, this package contains modules for other LDAP-related
+stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 sub-schema, etc.).