From 5e5a021ce0606bc260b4a091620ad5a2862a7ee8 Mon Sep 17 00:00:00 2001 From: alecdwm Date: Sat, 9 Dec 2017 20:21:50 +0100 Subject: parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated array Signed-off-by: Alec WM --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.json.example') 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" } -- cgit v1.2.3