summaryrefslogtreecommitdiffstats
path: root/einterfaces/ldap.go
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces/ldap.go')
-rw-r--r--einterfaces/ldap.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/einterfaces/ldap.go b/einterfaces/ldap.go
index fb14a8f02..f50ea277e 100644
--- a/einterfaces/ldap.go
+++ b/einterfaces/ldap.go
@@ -16,6 +16,7 @@ type LdapInterface interface {
Syncronize() *model.AppError
StartLdapSyncJob()
SyncNow()
+ RunTest() *model.AppError
GetAllLdapUsers() ([]*model.User, *model.AppError)
}