From a1d411a0182dd5c5ba227acf43781181c11a1ae3 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 29 May 2017 23:18:34 -0400 Subject: ldap: minor fix for PR #4398 --- pkg/form/auth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/form') 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 -- cgit v1.2.3