diff options
author | Unknwon <u@gogs.io> | 2017-05-29 23:18:34 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-05-29 23:18:34 -0400 |
commit | a1d411a0182dd5c5ba227acf43781181c11a1ae3 (patch) | |
tree | 9f5208edb9dcfd0df3be64a8cad99d1650a328b4 /conf/locale/locale_en-US.ini | |
parent | dbb7e5464b6a9cad430b2f36b52e7674211f51cf (diff) |
ldap: minor fix for PR #4398
Diffstat (limited to 'conf/locale/locale_en-US.ini')
-rw-r--r-- | conf/locale/locale_en-US.ini | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 175a0bf2..3b542c26 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -1098,11 +1098,16 @@ auths.bind_password = Bind Password auths.bind_password_helper = Warning: This password is stored in plain text. Do not use a high privileged account. auths.user_base = User Search Base auths.user_dn = User DN -auths.attribute_username = Username attribute +auths.attribute_username = Username Attribute auths.attribute_username_placeholder = Leave empty to use sign-in form field value for user name. -auths.attribute_name = First name attribute -auths.attribute_surname = Surname attribute -auths.attribute_mail = Email attribute +auths.attribute_name = First Name Attribute +auths.attribute_surname = Surname Attribute +auths.attribute_mail = Email Attribute +auths.verify_group_membership = Verify group membership +auths.group_search_base_dn = Group Search Base DN +auths.group_filter = Group Filter +auths.group_attribute_contain_user_list = Group Attribute Containing List of Users +auths.user_attribute_listed_in_group = User Attribute Listed in Group auths.attributes_in_bind = Fetch attributes in Bind DN context auths.filter = User Filter auths.admin_filter = Admin Filter |