summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-06 13:23:48 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-06 13:23:48 -0500
commit18bba794131e18b6ae81dff897bc196f43ca9d63 (patch)
treee7c7aab30e5e386c8cc6addcd24669c27f4aa6b3 /config.default.php
parent52c1a3b374d6c34abd9016a102bb73dc5cce895e (diff)
Add support for ldap_start_tls()
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php3
1 files changed, 3 insertions, 0 deletions
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');