[Debconf-devel] Bug#475545: debconf: Simple but important fix for LDAP dbdriver

Davor Ocelic docelic at mail.inet.hr
Fri Apr 11 15:16:26 UTC 2008


Package: debconf
Version: 1.5.20
Severity: important
Tags: patch


Attached is a one-line patch important for making LDAP dbdriver
work properly.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: powerpc (ppc64)

Kernel: Linux 2.6.22-3-powerpc64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debconf depends on:
ii  debconf-i18n                  1.5.20     full internationalization support 
ii  perl-base                     5.8.8-12   The Pathologically Eclectic Rubbis

Versions of packages debconf recommends:
ii  apt-utils                     0.7.11     APT utility programs

-- no debconf information
-------------- next part --------------
--- LDAP.pm	2008-04-11 17:12:22.000000000 +0200
+++ LDAP.pm,prfix	2008-04-11 17:12:06.000000000 +0200
@@ -68,7 +68,7 @@
 		my $records = $data->as_struct();
 		debug "db $this->{name}" => "Read ".$data->count()." entries";	
 	
-		parse_records($records);
+		$this->parse_records($records);
 	
 		$this->{ds}->unbind;
 	}


More information about the Debconf-devel mailing list