ldap SSL连接失败 急
我在服务器安装了 AD,SSl证书能够在IE上通过https正常的访问,但使用ldp.exe工具测试SSL连接时,却报:ld = ldap_sslinit("10.0.0.201", 443, 1);
Error <0x0> = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION, LDAP_VERSION3);
Error <0x0> = ldap_connect(hLdap, NULL);
Error <0x0> = ldap_get_option(hLdap,LDAP_OPT_SSL,(void*)&lv);
Host supports SSL, SSL cipher strength = 128 bits
Established connection to 10.0.0.201.
Retrieving base DSA information...
Server error: <empty>Error<94>: ldap_parse_result failed: 消息中无结果Getting 0
entries:
请问这是什么问题?是我SSL证书没安装好,还是SSL没有加入到AD域中,还是需要配置别的东西,才能够连接上,