Hello
I have a probelm with ldap conenction, when i test the conenction with my Windows LDAP server it works:
172.17..: Connection réseau AD ok!
But when i try to connect on my user with LDAP authentification I have this error:
Warning: ldap_start_tls(): Unable to start TLS: Connect error in /var/www/html/functions/adLDAP/src/adLDAP.php on line 655
the line 655 is :
if ($this->useTLS) {
ldap_start_tls($this->ldapConnection);
I'm on phpIPAM 1.3
Thx for the future answer
Anonymous
I ran into this myself. Either go grab the certificate from your DC or just add TLS_REQCERT never to the /etc/ldap/ldap.conf file and restart apache.