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
|