Re: Local error in simple_bind_s() continued

2008-03-03 Thread Michael Ströder
Leons Petrazickis wrote: > l = ldap.initialize("ldap://bluepages.ibm.com:636/",trace_level=2); > [..] > ldapsearch -h bluepages.ibm.com -x -b "ou=bluepages,o=ibm.com" -s sub > "(sn=leonsp)" cn tieline -d 1 BTW: The connection parameters are not the same! You would have to test with ldapsearch -h

Re: Local error in simple_bind_s() continued

2008-03-03 Thread Michael Ströder
Leons Petrazickis wrote: > > I just installed Suse Linux Enterprise Desktop 10. It comes with OpenLDAP > 2.3.19 and Python 2.4. On top of that, I built the latest CVS checkout of > python-ldap. Could you please try to install Ralf Haferkamp's recent OpenLDAP RPMs for SLE 10 from here and rebuild

Local error in simple_bind_s() continued

2008-03-03 Thread Leons Petrazickis
Hello, I just installed Suse Linux Enterprise Desktop 10. It comes with OpenLDAP 2.3.19 and Python 2.4. On top of that, I built the latest CVS checkout of python-ldap. I am getting the same error as with Ubuntu. OpenLDAP works, but python-ldap crashes. Previous thread: