|
Hi,
I spent many hours trying to use TLS with a LDAP directory connection. To do
that, I use the following functions thans to the php manual :
- ldap_connect
- set ldapv3
- start_tls
- ldap_bind
The start_tls function fails because the server certificate cannot be
verified :-(
I read on a web site that we should put the TLS_REQCERT to "never" in the
ldap.conf. I tried but I still have the problem : the PHP client stops the
tls connection because the server certificate cannot be checked :-((
Have you any idea to solve this problem ?
Thanks for your help.
B.R.
Aurelien
|