From dbb7e5464b6a9cad430b2f36b52e7674211f51cf Mon Sep 17 00:00:00 2001 From: aboron Date: Mon, 29 May 2017 22:33:50 -0400 Subject: ldap: add check for group membership (#4398) * Add standard LDAP group membership checking. * Fix formatting, typo, grammer, and syntax errors * Debugging done. Gave up on locale file edits. --- pkg/form/auth.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg/form/auth.go') 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 -- cgit v1.2.3