[Date Prev][Date Next] [Chronological] [Thread] [Top]

Newbie: ldapsearch -ZZ leads to decoding error !!! ???



Hi,

Trying to use SSL/TLS encryption in front of Active Directory W2k Server.
It is supposed to support such protocols.

ldapsearch -v -ZZ -D "cn=administrator,cn=users,dc=example,dc=com" -w
"password" -b "cd=example,dc=com" -H "ldap://dune";

leads to:

ldap_initialize( ldap://dune )
ldap_start_tls: Decoding error

Without -ZZ, it does work perfectly.
I also tried -H "ldaps://dune" or -H "ldap://dune:636"; but in that cases,
server is not reachable !!!

Does someone know what is wrong ??
Thanks for help.

Yves