Third-party documentation ========================= The following documents referenced are not written by python-ldap project members. Therefore some information might be outdated or links might be broken. *Python LDAP Applications* articles by Matt Butcher --------------------------------------------------- * `Part 1 - Installing and Configuring the Python-LDAP Library and Binding to an LDAP Directory `_ This also covers SASL. * `Part 2 - LDAP Operations `_ * `Part 3 - More LDAP Operations and the LDAP URL Library `_ * `Part 4 - LDAP Schema `_ Gee, someone waded through the badly documented mysteries of module :mod:`ldap.schema`. `LDAP Programming in Python `_ ------------------------------------------------------------------------- Another article for getting started with python-ldap. `RFC 1823 `_ ------------------------------------------------- The LDAP Application Program Interface, mainly for LDAPv2. `LDAPEXT draft `_ ---------------------------------------------------------------------------- The Internet draft of the discontinued IETF working group LDAPEXT is of interest here since the OpenLDAP 2 libs implement this (expired) draft. `OpenLDAP `_ --------------------------------------- It's worth to have a look at the `manual pages `_ and the `Developer's FAQ `_. `VSLDAP `_ ---------------------------------------------------------------------------------------- VSLDAP Interoperability Test Suite.