diff options
author | alecdwm | 2017-12-09 20:21:50 +0100 |
---|---|---|
committer | alecdwm | 2017-12-09 20:33:57 +0100 |
commit | 5e5a021ce0606bc260b4a091620ad5a2862a7ee8 (patch) | |
tree | 1ba55d7cd15c339b8034b361c418e15c46f14641 /config.json.example | |
parent | e9e7a8e23df7e82730b843c748e17072fb2f1221 (diff) |
parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated array
Signed-off-by: Alec WM <firstcontact@owls.io>
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 8d23be8a..63eb443f 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"], "tlsOptions": { "changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback" } |