Your message dated Sun, 01 Oct 2006 14:22:31 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#383726: fixed in pdns 2.9.20-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: pdns-backend-ldap
Version: 2.9.20-3
Severity: normal
Tags: patch


DNS lookups of wildcard records fail when using the tree ldap-method.  The 
asterisk is escaped in the base dn which is 
invalid.  See http://marc2.theaimsgroup.com/?l=pdns-dev&m=114875782905522&w=2 
for more information and the source of the 
patch by the author of the ldap backend.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-xen-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pdns-backend-ldap depends on:
ii  libc6                       2.3.6-15     GNU C Library: Shared libraries
ii  libgcc1                     1:4.1.1-5    GCC support library
ii  libldap2                    2.1.30-13+b1 OpenLDAP libraries
ii  libstdc++6                  4.1.1-5      The GNU Standard C++ Library v3
ii  pdns-server                 2.9.20-3     extremely powerful and versatile n
ii  zlib1g                      1:1.2.3-11   compression library - runtime

pdns-backend-ldap recommends no packages.

-- no debconf information
--- pdns-2.9.20/modules/ldapbackend/ldapbackend.cc      2006-03-15 
19:29:39.000000000 +0100
+++ pdns-2.9.20.new/modules/ldapbackend/ldapbackend.cc  2006-05-27 
21:14:51.853659928 +0200
@@ -281,7 +281,7 @@
 
        filter = strbind( ":target:", filter, getArg( "filter-lookup" ) );
 
-       stringtok( parts, qesc, "." );
+       stringtok( parts, toLower( qname ), "." );
        for( i = parts.rbegin(); i != parts.rend(); i++ )
        {
                dn = "dc=" + *i + "," + dn;

--- End Message ---
--- Begin Message ---
Source: pdns
Source-Version: 2.9.20-6

We believe that the bug you reported is fixed in the latest version of
pdns, which is due to be installed in the Debian FTP archive:

pdns-backend-geo_2.9.20-6_i386.deb
  to pool/main/p/pdns/pdns-backend-geo_2.9.20-6_i386.deb
pdns-backend-ldap_2.9.20-6_i386.deb
  to pool/main/p/pdns/pdns-backend-ldap_2.9.20-6_i386.deb
pdns-backend-mysql_2.9.20-6_i386.deb
  to pool/main/p/pdns/pdns-backend-mysql_2.9.20-6_i386.deb
pdns-backend-pgsql_2.9.20-6_i386.deb
  to pool/main/p/pdns/pdns-backend-pgsql_2.9.20-6_i386.deb
pdns-backend-pipe_2.9.20-6_i386.deb
  to pool/main/p/pdns/pdns-backend-pipe_2.9.20-6_i386.deb
pdns-backend-sqlite_2.9.20-6_i386.deb
  to pool/main/p/pdns/pdns-backend-sqlite_2.9.20-6_i386.deb
pdns-doc_2.9.20-6_all.deb
  to pool/main/p/pdns/pdns-doc_2.9.20-6_all.deb
pdns-server_2.9.20-6_i386.deb
  to pool/main/p/pdns/pdns-server_2.9.20-6_i386.deb
pdns_2.9.20-6.diff.gz
  to pool/main/p/pdns/pdns_2.9.20-6.diff.gz
pdns_2.9.20-6.dsc
  to pool/main/p/pdns/pdns_2.9.20-6.dsc
pdns_2.9.20-6_all.deb
  to pool/main/p/pdns/pdns_2.9.20-6_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian PowerDNS Maintainers <[EMAIL PROTECTED]> (supplier of updated pdns 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  1 Oct 2006 15:29:45 +0200
Source: pdns
Binary: pdns-server pdns-backend-ldap pdns-backend-pipe pdns-backend-geo 
pdns-backend-mysql pdns pdns-backend-pgsql pdns-backend-sqlite pdns-doc
Architecture: source i386 all
Version: 2.9.20-6
Distribution: unstable
Urgency: low
Maintainer: Debian PowerDNS Maintainers <[EMAIL PROTECTED]>
Changed-By: Debian PowerDNS Maintainers <[EMAIL PROTECTED]>
Description: 
 pdns       - meta package for the pdns nameserver
 pdns-backend-geo - geo backend for PowerDNS
 pdns-backend-ldap - LDAP backend for PowerDNS
 pdns-backend-mysql - generic mysql backend for PowerDNS
 pdns-backend-pgsql - generic PostgreSQL backend for PowerDNS
 pdns-backend-pipe - pipe/coprocess backend for PowerDNS
 pdns-backend-sqlite - sqlite backend for PowerDNS
 pdns-doc   - PowerDNS manual
 pdns-server - extremely powerful and versatile nameserver
Closes: 383726 384387 389979
Changes: 
 pdns (2.9.20-6) unstable; urgency=low
 .
   * Don't try to remove the user on purge.
   * Typo in package description of pdns-backend-sqlite. (Closes: #384387)
   * Create LSB init script.
   * Added check to see if ucf exist. The postrm can't rely on ucf to be
     available on purge. It is a non-essential package. (Closes: #389979)
   * Added patch to fix wildcard lookups in the ldap backend. (Closes: #383726)
Files: 
 a8cd7f316f89ef989a21bd9d3efc0871 1038 net extra pdns_2.9.20-6.dsc
 2286717d6b808aafc32b8a6268165b99 40384 net extra pdns_2.9.20-6.diff.gz
 96c0f1f624ca20b801938391037250b7 703132 net extra pdns-server_2.9.20-6_i386.deb
 aa256e95361b05958147b046c2e60529 80336 net extra 
pdns-backend-pipe_2.9.20-6_i386.deb
 26d727cc2ba8c899feed6e63419d324b 217878 net extra 
pdns-backend-ldap_2.9.20-6_i386.deb
 89b5f8325748e0e61406c4f910e6b5e8 107370 net extra 
pdns-backend-geo_2.9.20-6_i386.deb
 ae17f67138285bf45468cdd015a22f3b 66976 net extra 
pdns-backend-mysql_2.9.20-6_i386.deb
 3df81a1eadf77e41cc56515cdae49675 70592 net extra 
pdns-backend-pgsql_2.9.20-6_i386.deb
 948607c9065ba9da9ff3077e34d05b7a 63640 net extra 
pdns-backend-sqlite_2.9.20-6_i386.deb
 17cd90b99dff2270f321183cd9651570 17954 net extra pdns_2.9.20-6_all.deb
 19e76699e47b6389eb75d5af7877459e 146204 doc extra pdns-doc_2.9.20-6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFH/Q72n1ROIkXqbARAi11AJ4oP0THkUPMyuqqKhk0479YbT3l9wCgpgA+
aMjVLn7Q1J73T8PU0hpH5VM=
=mRTW
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to