From 1954c449931344baca04b126c86b00f95677a570 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Apr 2016 08:19:56 -0400 Subject: Adding LDAP user filtering capability --- einterfaces/ldap.go | 1 + 1 file changed, 1 insertion(+) (limited to 'einterfaces/ldap.go') diff --git a/einterfaces/ldap.go b/einterfaces/ldap.go index 2977ab812..3917b42f8 100644 --- a/einterfaces/ldap.go +++ b/einterfaces/ldap.go @@ -12,6 +12,7 @@ type LdapInterface interface { GetUser(id string) (*model.User, *model.AppError) CheckPassword(id string, password string) *model.AppError SwitchToEmail(userId, ldapId, ldapPassword string) *model.AppError + ValidateFilter(filter string) *model.AppError } var theLdapInterface LdapInterface -- cgit v1.2.3-1-g7c22