mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
6 lines
149 B
Ruby
6 lines
149 B
Ruby
module OmniAuth::Strategies
|
|
Gitlab.config.ldap.servers.each_with_index do |server|
|
|
const_set(server.provider_class, Class.new(LDAP))
|
|
end
|
|
end
|