Fixes the authMode name for passport-ldapjs and add a parameter for LDAP mailTag
This commit is contained in:
parent
71737fa656
commit
2f9a75df9b
2 changed files with 6 additions and 4 deletions
|
@ -147,6 +147,8 @@ ldap:
|
|||
uidTag: username
|
||||
# nameTag identifies the attribute to be used for user's full name
|
||||
nameTag: username
|
||||
# mailTag identifies the attribute to be used for user's email address
|
||||
mailTag: mail
|
||||
passwordresetlink:
|
||||
newUserRole: master
|
||||
# Global namespace id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue