|
Posted by yawnmoth on 01/05/07 21:21
When I try to use the ldap_search() function on an LDAP server and I've
connected to, I get the following error message:
Warning: ldap_search(): Search: Confidentiality required in
C:\path\to\script.php on line xxx
So I try to use ldap_start_tls() and get this error:
Wwarning: ldap_start_tls(): Unable to start TLS: Connect error in
C:\path\to\script.php on line xxx
I try to set LDAP_OPT_PROTOCOL_VERSION to 3, with ldap_set_option,
before doing ldap_start_tls, and get the same error.
Anyway, I'm not really sure what the problem is. Any ideas?
Navigation:
[Reply to this message]
|