diff options
author | Lauris BH <lauris@nix.lv> | 2015-02-08 01:49:51 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2015-02-08 01:49:51 +0200 |
commit | 00653e52ee078ae76872f722f056805fb75d98af (patch) | |
tree | 0d41957f773ff9f2e0da9904627ee0e6961f7abb /conf | |
parent | ba77a3b0b4bfcc418301c5069d9dd57d05ea23c3 (diff) | |
download | gitea-00653e52ee078ae76872f722f056805fb75d98af.tar.gz gitea-00653e52ee078ae76872f722f056805fb75d98af.zip |
Get username, name, surname and e-mail from LDAP server
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 4b8325ef4e..2e83025ecf 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -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 |