Adding LDAP user filtering capability
Этот коммит содержится в:
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user