summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-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
+}