Adding saml migration command (#8263)
* Adding saml migration command * Texts fixed
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
75d9a3a3b9
Коммит
342d05bcfc
@@ -6,5 +6,6 @@ package einterfaces
|
||||
import "github.com/mattermost/mattermost-server/model"
|
||||
|
||||
type AccountMigrationInterface interface {
|
||||
MigrateToLdap(fromAuthService string, forignUserFieldNameToMatch string, force bool) *model.AppError
|
||||
MigrateToLdap(fromAuthService string, forignUserFieldNameToMatch string, force bool, dryRun bool) *model.AppError
|
||||
MigrateToSaml(fromAuthService string, usersMap map[string]string, auto bool, dryRun bool) *model.AppError
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user