diff options
Diffstat (limited to 'pkg/form/auth.go')
-rw-r--r-- | pkg/form/auth.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/form/auth.go b/pkg/form/auth.go index 10dccd00..e045a2df 100644 --- a/pkg/form/auth.go +++ b/pkg/form/auth.go @@ -26,6 +26,11 @@ type Authentication struct { AttributesInBind bool Filter string AdminFilter string + GroupsEnabled bool + GroupDN string + GroupFilter string + GroupMemberUid string + UserUID string IsActive bool SMTPAuth string SMTPHost string |