2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2017-11-29 16:54:52 +00:00
|
|
|
class Sequencer
|
|
|
|
class Sequence
|
|
|
|
module Import
|
|
|
|
module Ldap
|
|
|
|
class Users < Sequencer::Sequence::Base
|
|
|
|
|
|
|
|
def self.sequence
|
|
|
|
[
|
2017-12-20 15:29:39 +00:00
|
|
|
'Common::ModelClass::User',
|
2017-12-20 15:25:03 +00:00
|
|
|
'Import::Ldap::Users::ExternalSyncSource',
|
2018-01-08 15:28:30 +00:00
|
|
|
'Import::Common::ImportJob::DryRun',
|
2017-11-29 16:54:52 +00:00
|
|
|
'Import::Ldap::Users::DryRun::Payload',
|
2017-11-30 12:44:41 +00:00
|
|
|
'Ldap::Config',
|
2017-11-29 16:54:52 +00:00
|
|
|
'Ldap::Connection',
|
|
|
|
'Import::Ldap::Users::UserRoles',
|
2018-01-08 15:30:09 +00:00
|
|
|
'Import::Ldap::Users::Total',
|
2017-11-29 16:54:52 +00:00
|
|
|
'Import::Common::ImportJob::Statistics::Update',
|
|
|
|
'Import::Common::ImportJob::Statistics::Store',
|
|
|
|
'Import::Ldap::Users::SubSequence',
|
|
|
|
'Import::Ldap::Users::Lost::Ids',
|
|
|
|
'Import::Ldap::Users::Lost::StatisticsDiff',
|
|
|
|
'Import::Ldap::Users::Lost::Deactivate',
|
|
|
|
]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|