diff options
author | zeripath <art27@cantab.net> | 2020-01-20 03:47:39 +0000 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2020-01-20 11:47:39 +0800 |
commit | c5014a7f2c4a263818269216d16d6f21b008cd17 (patch) | |
tree | 42423c1aa2ac688b4694e36bdc450d47d4276299 /options | |
parent | 54c2854cd2c4084ead621fa42565100338ff3467 (diff) | |
download | gitea-c5014a7f2c4a263818269216d16d6f21b008cd17.tar.gz gitea-c5014a7f2c4a263818269216d16d6f21b008cd17.zip |
Add option to prevent LDAP from deactivating everything on empty search (#9879)
* Add option to prevent LDAP from deactivating everything on empty search
* Update options/locale/locale_en-US.ini
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 0f3e9f4a3d..589506f7aa 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1851,6 +1851,7 @@ auths.attribute_surname = Surname Attribute auths.attribute_mail = Email Attribute auths.attribute_ssh_public_key = Public SSH Key Attribute auths.attributes_in_bind = Fetch Attributes in Bind DN Context +auths.allow_deactivate_all = Allow an empty search result to deactivate all users auths.use_paged_search = Use Paged Search auths.search_page_size = Page Size auths.filter = User Filter |