blob: 7c1042211631e623148d66b0697f9586bf257e21 (
plain)
1
2
3
4
5
6
7
|
Python modules for implementing LDAP clients
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.).
|