Local error in simple_bind_s() continued

Michael Ströder michael at stroeder.com
Mon Mar 3 21:37:28 CET 2008


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 bluepages.ibm.com -p 636 [..]
and I doubt that will work because port 636 is normally used for 
LDAP tunneled within SSL.

Ciao, Michael.



More information about the python-ldap mailing list