diff options
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example index 66a0227c..8d1b6abd 100644 --- a/config.json.example +++ b/config.json.example @@ -74,11 +74,11 @@ "url": "ldap://change_this", "bindDn": null, "bindCredentials": null, - "tokenSecret": "change this", "searchBase": "change this", "searchFilter": "change this", "searchAttributes": ["change this"], - "usernameField": "change this e.g. uid", + "usernameField": "change this e.g. cn", + "useridField": "change this e.g. uid", "tlsOptions": { "changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback" } |