Get username, name, surname and e-mail from LDAP server
This commit is contained in:
parent
ba77a3b0b4
commit
00653e52ee
6 changed files with 75 additions and 44 deletions
|
@ -592,7 +592,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