summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2017-12-12 10:27:22 +0100
committerGitHub2017-12-12 10:27:22 +0100
commit17e3b8b5cdd7286899df0c5a36ec818aee3812ce (patch)
tree9f4eff2b4d704db6a131c54a13a1fa3195b50bf0 /config.json.example
parent612b2d181145597257c082aa24456112bcc2aee3 (diff)
parent74758723f9deed8218a6dec588724d722656f6fd (diff)
Merge branch 'master' into ldap-username-field
Diffstat (limited to '')
-rw-r--r--config.json.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index 401de381..b243bf8d 100644
--- a/config.json.example
+++ b/config.json.example
@@ -70,7 +70,7 @@
"tokenSecret": "change this",
"searchBase": "change this",
"searchFilter": "change this",
- "searchAttributes": "change this",
+ "searchAttributes": ["change this"],
"usernameField": "change this e.g. uid"
"tlsOptions": {
"changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback"