Adding migration support to LDAP from other account types (#3655)

Этот коммит содержится в:
Christopher Speller
2016-07-26 17:39:51 -04:00
коммит произвёл Joram Wilander
родитель 528890dba0
Коммит f5375254f9
8 изменённых файлов: 154 добавлений и 6 удалений

Просмотреть файл

@@ -15,6 +15,8 @@ type LdapInterface interface {
ValidateFilter(filter string) *model.AppError
Syncronize() *model.AppError
StartLdapSyncJob()
SyncNow()
GetAllLdapUsers() ([]*model.User, *model.AppError)
}
var theLdapInterface LdapInterface