forked from kevadesu/forgejo
Merge pull request #915 from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
This commit is contained in:
commit
cd8b43d984
6 changed files with 75 additions and 44 deletions
|
@ -595,7 +595,10 @@ auths.domain = Domain
|
|||
auths.host = Host
|
||||
auths.port = Port
|
||||
auths.base_dn = Base DN
|
||||
auths.attributes = Search Attributes
|
||||
auths.attribute_username = Username attribute
|
||||
auths.attribute_name = First name attribute
|
||||
auths.attribute_surname = Surname attribute
|
||||
auths.attribute_mail = E-mail attribute
|
||||
auths.filter = Search Filter
|
||||
auths.ms_ad_sa = Ms Ad SA
|
||||
auths.smtp_auth = SMTP Authorization Type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue