Commit 0bfc45d5 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Dump LDAP objects into the log for debugging

parent f974bea8
......@@ -12,6 +12,7 @@ module Gitlab
end
def initialize(entry)
Rails.logger.debug { "Instantiating #{self.class.name} with LDIF:\n#{entry.to_ldif}" }
@entry = entry
end
......
......@@ -16,6 +16,7 @@ module Gitlab
end
def initialize(entry)
Rails.logger.debug { "Instantiating #{self.class.name} with LDIF:\n#{entry.to_ldif}" }
@entry = entry
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