PHP Secure LDAP
In order for a secure ldap connection with PHP to work, the following needs to be added to /etc/ldap/ldap.conf.
TLS_REQCERT never
The following can be added, but it wasn't necessary for me. You would install ca-certificates then add the following to /etc/ldap/ldap.conf.
TLS_CACERTDIR /etc/ssl/certs
but it wasn't needed when I tried.
[Click to add or edit comments])
Please prepend comments below including a date