authentication - no errors

Michael Ströder michael at stroeder.com
Wed May 7 20:08:00 CEST 2003


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.



More information about the python-ldap mailing list