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 Unit
|
|
|
|
module Import
|
|
|
|
module Ldap
|
|
|
|
module User
|
|
|
|
class Mapping < Sequencer::Unit::Import::Common::Mapping::FlatKeys
|
|
|
|
uses :ldap_config
|
|
|
|
|
|
|
|
private
|
|
|
|
|
|
|
|
def mapping
|
2018-02-02 15:19:40 +00:00
|
|
|
ldap_config[:user_attributes]
|
2017-11-29 16:54:52 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|