Michael Ströder <[EMAIL PROTECTED]> wrote on 03/03/2008 03:37:28 PM:

> 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.

That was indeed the problem. Thank you very much for all the assistance.

Regards,

Leons Petrazickis



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Python-LDAP-dev mailing list
Python-LDAP-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev

Reply via email to