Add support for ldap_start_tls()

This commit is contained in:
Frédéric Guillot
2014-12-06 13:23:48 -05:00
parent 52c1a3b374
commit 18bba79413
4 changed files with 13 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ define('LDAP_PORT', 389);
// By default, require certificate to be verified for ldaps:// style URL. Set to false to skip the verification.
define('LDAP_SSL_VERIFY', true);
// Enable LDAP START_TLS
define('LDAP_START_TLS', false);
// LDAP bind type: "anonymous", "user" (use the given user/password from the form) and "proxy" (a specific user to browse the LDAP directory)
define('LDAP_BIND_TYPE', 'anonymous');