summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-10-31 08:37:34 -0700
committerGitHub <noreply@github.com>2017-10-31 08:37:34 -0700
commitb3b46a01aae85594b9b3d2d8872d33d6812492a6 (patch)
treef01325932c6a5c04bdb5fcd8baf48ed14af9375d /config
parent1012bce8bb33fac86b928f227892cee331eb2de4 (diff)
downloadchat-b3b46a01aae85594b9b3d2d8872d33d6812492a6.tar.gz
chat-b3b46a01aae85594b9b3d2d8872d33d6812492a6.tar.bz2
chat-b3b46a01aae85594b9b3d2d8872d33d6812492a6.zip
PLT-5813 support SAML sync via LDAP (#7668)
* PLT-5813 support SAML sync via LDAP * Cleaning up based on review
Diffstat (limited to 'config')
-rw-r--r--config/default.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json
index d0688f765..ebfa9eb02 100644
--- a/config/default.json
+++ b/config/default.json
@@ -223,6 +223,7 @@
},
"LdapSettings": {
"Enable": false,
+ "EnableSync": false,
"LdapServer": "",
"LdapPort": 389,
"ConnectionSecurity": "",