Sync with mattermost 3.0
This commit is contained in:
4
vendor/github.com/mattermost/platform/einterfaces/ldap.go
generated
vendored
4
vendor/github.com/mattermost/platform/einterfaces/ldap.go
generated
vendored
@@ -8,9 +8,11 @@ import (
|
||||
)
|
||||
|
||||
type LdapInterface interface {
|
||||
DoLogin(team *model.Team, id string, password string) (*model.User, *model.AppError)
|
||||
DoLogin(id string, password string) (*model.User, *model.AppError)
|
||||
GetUser(id string) (*model.User, *model.AppError)
|
||||
CheckPassword(id string, password string) *model.AppError
|
||||
SwitchToLdap(userId, ldapId, ldapPassword string) *model.AppError
|
||||
ValidateFilter(filter string) *model.AppError
|
||||
}
|
||||
|
||||
var theLdapInterface LdapInterface
|
||||
|
||||
Reference in New Issue
Block a user