mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 16:16:43 +10:00
Merge branch 'ldap_debug' into 'master'
Ldap Debug
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user