From 89c30a9470f4fef26fff8e60c8cfa5f20c02e3aa Mon Sep 17 00:00:00 2001 From: mbugeia Date: Mon, 22 Dec 2014 19:21:10 +0100 Subject: [PATCH] Update config.php to v1.0.10 --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/config.php b/conf/config.php index 5d186ca..44cec3c 100644 --- a/conf/config.php +++ b/conf/config.php @@ -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');