Documentation

python-ldap Docs

Documentation packages as HTML:

See current file CHANGES for a reading about latest improvements and fixes.

You can also browse the docs on-line.

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.

A series of articles by Matt Butcher about python-ldap:

LDAP Programming in Python
Another article for getting started with python-ldap.
Using LDAP from Java+Tomcat and Python+Zope
Includes ready-to-use worked examples to connect to an eDirectory sandbox via LDAP, Java or Python for non-encrypted and encrypted (SSL) connections.
Short introduction to python-ldap programming
The text begins with "Using the python-ldap module is pretty easy.".
Installing python-ldap in OpenSolaris 2009.06
Blog entry by Jeffrey Trawick.
RFC1823
The LDAP Application Program Interface, mainly for LDAPv2.
LDAPEXT
Discontinued IETF working group which also tried to define a LDAP C API standard. draft-ietf-ldapext-ldap-c-api-04 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.
BLITS
Basic LDAP Interoperability Test Suite.