aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ldap/README
diff options
context:
space:
mode:
authorThibaut Notteboom <thibaut.notteboom@gmail.com>2022-10-14 00:44:39 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-15 10:47:32 +0700
commita6577d9c8dff520725876b787d9144c54c415d7e (patch)
tree19ad78462d34487c63387be46f15611fbe1c99fc /python/python3-ldap/README
parent6a7b68af639a9e777d4011bd3703fdb84a348e02 (diff)
python/python3-ldap: Added (LDAP client API for Python)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.).