parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated array

Signed-off-by: Alec WM <firstcontact@owls.io>
This commit is contained in:
alecdwm
2017-12-09 20:21:50 +01:00
parent e9e7a8e23d
commit 5e5a021ce0
4 changed files with 14 additions and 7 deletions

View File

@@ -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"
}