Source: libdbd-ldap-perl Source-Version: 0.20-1.1 Done: Roland Rosenfeld <roland@debian.org> On Wed, 23 Jul 2025, Andreas Tille wrote: > $ ls -l > insgesamt 8 > -rw-r--r-- 1 andreas admin 156 23. Jul 14:18 bugs.debian.org.ldb > -rw-r--r-- 1 andreas admin 632 23. Jul 14:18 test.pl > $ perl test.pl > Could not connect to "bugs.debian.org" (Connection refused)! at > /usr/share/perl5/DBD/LDAP.pm line 534, <DBFILE> line 2. > DBI connect('bugs.debian.org','',...) failed: Could not connect to > "bugs.debian.org" (Connection refused)! at test.pl line 4. > Cannot connect as guest (readonly): Could not connect to > "bugs.debian.org" (Connection refused)! at test.pl line 4, <DBFILE> > line 2. The root cause for reproducibility of the issue seems to be, that bugs.debian.org does not have an LDAP interface. There was one in the early 2000s (see for example https://lists.debian.org/debian-devel/2004/03/msg00388.html), which may have existed, when this bug report was issued, but which no longer exists. So the test case is no longer valid. As a replacement I coded a similar test case based on db.debian.org (files attached). This test doesn't throw any warnings, neither with 0.20-1.1 nor with 1.00-1. Then I pulled 0.05-1 from snapshot.debian.org and with this ancient version I can reproduce the following warnings: DBD::LDAP::db prepare warning: at ./test-db.pl line 6, <DBFILE> line 2. (before the output) DBD::LDAP::db disconnect warning: at ./test-db.pl line 19, <DBFILE> line 2. (after the output). So from my perspective 310230 is fixed at least in 0.20-1.1 and I close this bug report. Greetings Roland
db.debian.org users:ou=users,dc=debian,dc=org:(objectclass=inetOrgPerson):uid:uid:cn,sn,gecos,uidNumber,keyFingerPrint,gidNumber,ircNic,labeledURI
Attachment:
test-db.pl
Description: Perl program