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 /pkg/form | |
parent | dbb7e5464b6a9cad430b2f36b52e7674211f51cf (diff) |
ldap: minor fix for PR #4398
Diffstat (limited to 'pkg/form')
-rw-r--r-- | pkg/form/auth.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/form/auth.go b/pkg/form/auth.go index e045a2df..b846fc19 100644 --- a/pkg/form/auth.go +++ b/pkg/form/auth.go @@ -26,10 +26,10 @@ type Authentication struct { AttributesInBind bool Filter string AdminFilter string - GroupsEnabled bool + GroupEnabled bool GroupDN string GroupFilter string - GroupMemberUid string + GroupMemberUID string UserUID string IsActive bool SMTPAuth string |