1f3f185b85
pyldap is a fork of python-ldap, capable of both python 2.x and 3.x, taht 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.). WWW: https://github.com/pyldap/pyldap/
9 lines
433 B
Text
9 lines
433 B
Text
Python modules for implementing LDAP clients
|
|
|
|
pyldap is a fork of python-ldap, and 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.).
|
|
|
|
WWW: https://github.com/pyldap/pyldap/
|