summaryrefslogtreecommitdiffstats
path: root/python/python3-ldap/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-ldap/README')
-rw-r--r--python/python3-ldap/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-ldap/README b/python/python3-ldap/README
new file mode 100644
index 0000000000..6f6f67f890
--- /dev/null
+++ b/python/python3-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.).