aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/auth_form.go
diff options
context:
space:
mode:
authorAdam Strzelecki <ono@java.pl>2016-02-16 12:33:16 +0100
committerAdam Strzelecki <ono@java.pl>2016-02-20 14:12:32 +0100
commit834d92a47ba782b0f6cf609799864c4c73d44c5e (patch)
tree08ea949517fdbb17f2c550a53fb952def73a5c65 /modules/auth/auth_form.go
parente2f95c284570271267a6239faa944c381960a3d9 (diff)
downloadgitea-834d92a47ba782b0f6cf609799864c4c73d44c5e.tar.gz
gitea-834d92a47ba782b0f6cf609799864c4c73d44c5e.zip
LDAP: Fetch attributes in Bind DN context option
This is feature is workaround for #2628 (JumpCloud) and some other services that allow LDAP search only under BindDN user account, but not allow any LDAP search query in logged user DN context. Such approach is an alternative to minimal permissions security pattern for BindDN user.
Diffstat (limited to 'modules/auth/auth_form.go')
-rw-r--r--modules/auth/auth_form.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go
index 68a9688303..15dbb3605b 100644
--- a/modules/auth/auth_form.go
+++ b/modules/auth/auth_form.go
@@ -23,6 +23,7 @@ type AuthenticationForm struct {
AttributeName string
AttributeSurname string
AttributeMail string
+ AttributesInBind bool
Filter string
AdminFilter string
IsActive bool