diff options
author | Dustin Frisch | 2018-03-01 23:51:47 +0100 |
---|---|---|
committer | Dustin Frisch | 2018-03-01 23:51:47 +0100 |
commit | d6ee10d17645bed82ad39276fb4c26705edbacf9 (patch) | |
tree | 1dc2228372e95de7f84ea9d8e6cc6b3453f34906 /config.json.example | |
parent | b0ce3d0230a104fe6e4e136f8ecb57a87c6d264b (diff) |
Introduce ldap.useridField
Signed-off-by: Dustin Frisch <fooker@lab.sh>
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index 66a0227c..2f5c232a 100644 --- a/config.json.example +++ b/config.json.example @@ -78,7 +78,8 @@ "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" } |