summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.json23
1 files changed, 14 insertions, 9 deletions
diff --git a/config/config.json b/config/config.json
index 449ed74ec..1d54edccf 100644
--- a/config/config.json
+++ b/config/config.json
@@ -128,16 +128,21 @@
},
"LdapSettings": {
"Enable": false,
- "LdapServer": null,
+ "LdapServer": "",
"LdapPort": 389,
- "BaseDN": null,
- "BindUsername": null,
- "BindPassword": null,
- "FirstNameAttribute": null,
- "LastNameAttribute": null,
- "EmailAttribute": null,
- "UsernameAttribute": null,
- "IdAttribute": null,
+ "BaseDN": "",
+ "BindUsername": "",
+ "BindPassword": "",
+ "FirstNameAttribute": "",
+ "LastNameAttribute": "",
+ "EmailAttribute": "",
+ "UsernameAttribute": "",
+ "IdAttribute": "",
"QueryTimeout": 60
+ },
+ "ComplianceSettings": {
+ "Enable": false,
+ "Directory": "./data/",
+ "EnableDaily": false
}
}