From ea3342aa6c93579d41de3f6005c12a201b21ee6e Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 3 Jun 2016 09:33:59 -0400 Subject: Adding LDAP Syncronization (#3219) --- einterfaces/ldap.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'einterfaces/ldap.go') diff --git a/einterfaces/ldap.go b/einterfaces/ldap.go index 25d591ce2..4f1b56119 100644 --- a/einterfaces/ldap.go +++ b/einterfaces/ldap.go @@ -13,6 +13,8 @@ type LdapInterface interface { CheckPassword(id string, password string) *model.AppError SwitchToLdap(userId, ldapId, ldapPassword string) *model.AppError ValidateFilter(filter string) *model.AppError + Syncronize() *model.AppError + StartLdapSyncJob() } var theLdapInterface LdapInterface -- cgit v1.2.3-1-g7c22