Commit 1759609e authored by Drew Blessing's avatar Drew Blessing

Fix bad Group class resolution when querying LDAP via API

parent 8f67feae
...@@ -22,7 +22,7 @@ module EE ...@@ -22,7 +22,7 @@ module EE
options.merge!(size: size) if size options.merge!(size: size) if size
ldap_search(options).map do |entry| ldap_search(options).map do |entry|
Group.new(entry, self) LDAP::Group.new(entry, self)
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment