Adding LDAP user filtering capability

Этот коммит содержится в:
Christopher Speller
2016-04-06 08:19:56 -04:00
родитель 683e79eeab
Коммит 1954c44993
8 изменённых файлов: 85 добавлений и 57 удалений

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

@@ -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