aboutsummaryrefslogtreecommitdiff
path: root/python/python2-ldap/README
diff options
context:
space:
mode:
authorThibaut Notteboom <thibaut.notteboom@gmail.com>2022-10-14 00:45:18 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-15 10:47:32 +0700
commit5ca8622af03e21f32a2bbbff993f49e0a2a92552 (patch)
tree4b4e556422a4ba873c2f419393b12595bacb4276 /python/python2-ldap/README
parenta6577d9c8dff520725876b787d9144c54c415d7e (diff)
python/python2-ldap: Added (LDAP client API for Python)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-ldap/README')
-rw-r--r--python/python2-ldap/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-ldap/README b/python/python2-ldap/README
new file mode 100644
index 0000000000..6f6f67f890
--- /dev/null
+++ b/python/python2-ldap/README
@@ -0,0 +1,6 @@
+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.
+
+Additionally, this package contains modules for other LDAP-related
+stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 sub-schema, etc.).