summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
author无闻 <u@gogs.io>2015-02-23 13:41:29 -0500
committer无闻 <u@gogs.io>2015-02-23 13:41:29 -0500
commitcd8b43d9844cb0de3ef7887178140f1dc43ec72c (patch)
treecbb401237beac8b18145ac8186f30d2c113f131a /conf
parent2369881808a906f3072c935ab0575f08bd358821 (diff)
parent00653e52ee078ae76872f722f056805fb75d98af (diff)
downloadgitea-cd8b43d9844cb0de3ef7887178140f1dc43ec72c.tar.gz
gitea-cd8b43d9844cb0de3ef7887178140f1dc43ec72c.zip
Merge pull request #915 from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
Diffstat (limited to 'conf')
-rw-r--r--conf/locale/locale_en-US.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index ca076b8bb4..f05287f51e 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -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