From: <mi...@st...> - 2007-12-18 22:05:49
|
Leons Petrazickis wrote: > > I've installed Thorsten Kurbad's python_ldap-2.3.1-py2.4-linux-i686.egg on > my Python 2.4 install Which OS? Which Linux distribution? Which OpenLDAP libs? > And this is the log output: Cannot see anything obviously wrong. > ldap.LOCAL_ERROR: {'desc': 'Local error'} > ldap_free_request (origid 1, msgid 1) > ldap_free_connection 1 1 > ldap_send_unbind > ldap_free_connection: actually freed > > Does this mean that the connection is successful, but then there is a crash > in message processing? Hmm, yes something's really strange. If on Linux could you please check with ldd <path-to-site-packages>/_ldap.so which OpenLDAP libs are actually used. Ciao, Michael. |