README 385 B

12345678
  1. Python modules for implementing LDAP clients
  2. python-ldap: python-ldap provides an object-oriented API to access LDAP
  3. directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x
  4. libs for that purpose. Additionally the package contains modules for other
  5. LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema,
  6. LDAPv3 extended operations and controls, etc.).