mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-02 17:27:07 +00:00
Sync with mattermost 3.1.0
This commit is contained in:
2
vendor/github.com/mattermost/platform/einterfaces/ldap.go
generated
vendored
2
vendor/github.com/mattermost/platform/einterfaces/ldap.go
generated
vendored
@@ -13,6 +13,8 @@ type LdapInterface interface {
|
||||
CheckPassword(id string, password string) *model.AppError
|
||||
SwitchToLdap(userId, ldapId, ldapPassword string) *model.AppError
|
||||
ValidateFilter(filter string) *model.AppError
|
||||
Syncronize() *model.AppError
|
||||
StartLdapSyncJob()
|
||||
}
|
||||
|
||||
var theLdapInterface LdapInterface
|
||||
|
Reference in New Issue
Block a user