Adding migration support to LDAP from other account types (#3655)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
528890dba0
Коммит
f5375254f9
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user