Michael Engelhart wrote: > l = ldap.open("127.0.0.1") BTW: Another nice feature for finding errors is python-ldap's tracing. Try with: l = ldap.open("127.0.0.1",trace_level=2) Ciao, Michael.