LDAP TLS
Posted: 21 Dec 2016, 12:52
I just upgraded to 1.3.4 (looks nice, btw!).
I use OpenLDAP for authentication, but TLS for encryption. Previously I had to modify the ldap_api.php file to include:
if(ON == config_get( 'ldap_starttls' ) ){
ldap_start_tls($t_ds);
}
And set the value in the config_inc.php file. But it seems with this new install I still have to add this code. Am I right or is there a config option for ldap I missing.
I use OpenLDAP for authentication, but TLS for encryption. Previously I had to modify the ldap_api.php file to include:
if(ON == config_get( 'ldap_starttls' ) ){
ldap_start_tls($t_ds);
}
And set the value in the config_inc.php file. But it seems with this new install I still have to add this code. Am I right or is there a config option for ldap I missing.