summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-07 10:38:36 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-07 10:38:36 -0400
commit0a2341efd208ba8a9ddd69f647b0df4286829604 (patch)
tree7ef89c6d1fd0a2fcbd48c78987b1ad95085147d9 /config
parent32bc97f8559a3a1b9c9237dbb3640f9eac6daf98 (diff)
downloadchat-0a2341efd208ba8a9ddd69f647b0df4286829604.tar.gz
chat-0a2341efd208ba8a9ddd69f647b0df4286829604.tar.bz2
chat-0a2341efd208ba8a9ddd69f647b0df4286829604.zip
Adding TLS options to LDAP
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 27c697be0..d5f82674f 100644
--- a/config/config.json
+++ b/config/config.json
@@ -132,6 +132,7 @@
"Enable": false,
"LdapServer": "",
"LdapPort": 389,
+ "ConnectionSecurity": "",
"BaseDN": "",
"BindUsername": "",
"BindPassword": "",
@@ -141,6 +142,7 @@
"EmailAttribute": "",
"UsernameAttribute": "",
"IdAttribute": "",
+ "SkipCertificateVerification": false,
"QueryTimeout": 60
},
"ComplianceSettings": {
@@ -148,4 +150,4 @@
"Directory": "./data/",
"EnableDaily": false
}
-} \ No newline at end of file
+}