From: <mi...@st...> - 2003-05-07 18:08:14
|
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. |