From d6ee10d17645bed82ad39276fb4c26705edbacf9 Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Thu, 1 Mar 2018 23:51:47 +0100 Subject: Introduce ldap.useridField Signed-off-by: Dustin Frisch --- config.json.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.json.example') 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" } -- cgit v1.2.3