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() --- docs/ldap-authentication.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/ldap-authentication.markdown b/docs/ldap-authentication.markdown index 900f3107..0428d8e0 100644 --- a/docs/ldap-authentication.markdown +++ b/docs/ldap-authentication.markdown @@ -49,6 +49,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