diff options
Diffstat (limited to 'pkg/form/auth.go')
-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 |