Fix imports and change ldap function name

Этот коммит содержится в:
JoramWilander
2016-03-23 15:59:43 -04:00
родитель 463fd8c20b
Коммит 934c7c7a7c
7 изменённых файлов: 11 добавлений и 11 удалений

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

@@ -11,7 +11,7 @@ type LdapInterface interface {
DoLogin(team *model.Team, id string, password string) (*model.User, *model.AppError)
GetUser(id string) (*model.User, *model.AppError)
CheckPassword(id string, password string) *model.AppError
DoSwitch(userId, ldapId, ldapPassword string) *model.AppError
SwitchToEmail(userId, ldapId, ldapPassword string) *model.AppError
}
var theLdapInterface LdapInterface