mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Add setting ldap.usernameField
This determines which ldap field is used as the username on HackMD. By default, the "id" is used as username, too. The id is taken from the fields `uidNumber`, `uid` or `sAMAccountName`. To give the user more flexibility, they can now choose the field used for the username instead.
This commit is contained in:
parent
1b7d621fd1
commit
612b2d1811
5 changed files with 11 additions and 1 deletions
|
@ -96,6 +96,7 @@ module.exports = {
|
|||
searchBase: undefined,
|
||||
searchFilter: undefined,
|
||||
searchAttributes: undefined,
|
||||
usernameField: undefined,
|
||||
tlsca: undefined
|
||||
},
|
||||
saml: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue