diff options
author | Christoph (Sheogorath) Kern | 2017-12-12 10:27:22 +0100 |
---|---|---|
committer | GitHub | 2017-12-12 10:27:22 +0100 |
commit | 17e3b8b5cdd7286899df0c5a36ec818aee3812ce (patch) | |
tree | 9f4eff2b4d704db6a131c54a13a1fa3195b50bf0 /config.json.example | |
parent | 612b2d181145597257c082aa24456112bcc2aee3 (diff) | |
parent | 74758723f9deed8218a6dec588724d722656f6fd (diff) |
Merge branch 'master' into ldap-username-field
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 2 |
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" |