From 5ca8622af03e21f32a2bbbff993f49e0a2a92552 Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Fri, 14 Oct 2022 00:45:18 +0100 Subject: python/python2-ldap: Added (LDAP client API for Python) Signed-off-by: Willy Sudiarto Raharjo --- python/python2-ldap/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python2-ldap/README (limited to 'python/python2-ldap/README') 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.). -- cgit v1.2.3