From 18bba794131e18b6ae81dff897bc196f43ca9d63 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 6 Dec 2014 13:23:48 -0500 Subject: Add support for ldap_start_tls() --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index e2b5cdf9..c9bea70a 100644 --- a/config.default.php +++ b/config.default.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'); -- cgit v1.2.3