[MM-54288] Support Packet V2 (#29403)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
091d1bba8b
Коммит
8d4bf4bae0
@@ -17,7 +17,6 @@ type LdapInterface interface {
|
||||
CheckProviderAttributes(c request.CTX, LS *model.LdapSettings, ouser *model.User, patch *model.UserPatch) string
|
||||
SwitchToLdap(c request.CTX, userID, ldapID, ldapPassword string) *model.AppError
|
||||
StartSynchronizeJob(c request.CTX, waitForJobToFinish bool, includeRemovedMembers bool) (*model.Job, *model.AppError)
|
||||
RunTest(rctx request.CTX) *model.AppError
|
||||
GetAllLdapUsers(c request.CTX) ([]*model.User, *model.AppError)
|
||||
MigrateIDAttribute(c request.CTX, toAttribute string) error
|
||||
GetGroup(rctx request.CTX, groupUID string) (*model.Group, *model.AppError)
|
||||
@@ -26,5 +25,9 @@ type LdapInterface interface {
|
||||
UpdateProfilePictureIfNecessary(request.CTX, model.User, model.Session)
|
||||
GetADLdapIdFromSAMLId(c request.CTX, authData string) string
|
||||
GetSAMLIdFromADLdapId(c request.CTX, authData string) string
|
||||
}
|
||||
|
||||
type LdapDiagnosticInterface interface {
|
||||
RunTest(rctx request.CTX) *model.AppError
|
||||
GetVendorNameAndVendorVersion(rctx request.CTX) (string, string, error)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user