summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json23
1 files changed, 14 insertions, 9 deletions
diff --git a/config/config.json b/config/config.json
index a0b50cbf2..1735ca293 100644
--- a/config/config.json
+++ b/config/config.json
@@ -129,16 +129,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
}
}