Introduce ldap.useridField

Signed-off-by: Dustin Frisch <fooker@lab.sh>
This commit is contained in:
Dustin Frisch
2018-03-01 23:51:47 +01:00
parent b0ce3d0230
commit d6ee10d176
5 changed files with 10 additions and 3 deletions

View File

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