Skip to content

Commit

Permalink
Tweak debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Oct 6, 2024
1 parent 43bd074 commit 69e03d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/whimsy/asf/ldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def self.bind(user=nil, password=nil, &block)
self.rwhosts.each do |rwhost|
begin
ldap = ASF._init_ldap(true, [rwhost])
Wunderbar.debug("#{ldap.object_id}: bind as #{dn} as #{ldap}")
if block
ASF.flush_weakrefs
ldap.bind(dn, password, &block)
Expand Down

0 comments on commit 69e03d5

Please sign in to comment.