This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 69e03d5c Tweak debug
69e03d5c is described below

commit 69e03d5c9f42a383d1c95a2ee0065f4d0a720722
Author: Sebb <[email protected]>
AuthorDate: Sun Oct 6 13:39:33 2024 +0100

    Tweak debug
---
 lib/whimsy/asf/ldap.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 7a5bca0b..57b359cc 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -114,6 +114,7 @@ module ASF
       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)

Reply via email to