Python-LDAP 2.3.4 (Default branch) |
|
|
python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It wraps the OpenLDAP 2.x libs for that purpose.
License: Python License
Changes:
This release fixes a segfault when calling LDAPObject.get_option(). ldap.dn.escape_dn_chars() now really adheres to RFC 4514 by escaping null characters and a space occurring at the beginning of the string. ldap.dn.explode_dn() and ldap.dn.explode_rdn() have optional keyword argument flags that are passed to ldap.dn.str2dn().
|