Your message dated Thu, 19 Oct 2006 02:32:35 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#394022: fixed in gforge 4.5.14-15
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: gforge-ldap-openldap
Version: 4.5.14-13
Severity: normal
File: /usr/lib/gforge/bin/sql2ldif.pl
Tags: patch

Hi Roland,

previously, I think that user password were exported in the nss_passwd
view.  Currently, this is not the case, so that sql2ldif.pl doesn't get
them.  Please consider the attached patch, which gets the passwords from
the nss_shadow view.

Cheers,
Julien


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-sparc64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gforge-ldap-openldap depends on:
ii  debconf [debconf-2.0]         1.5.5      Debian configuration management sy
ii  debianutils                   2.17       Miscellaneous utilities specific t
ii  gforge-common                 4.5.14-13  collaborative development tool - s
ii  gforge-db-postgresql [gforge- 4.5.14-13  collaborative development tool - d
ii  ldap-utils                    2.3.27-1   OpenLDAP utilities
ii  libdbd-pg-perl                1.49-1     a PostgreSQL interface for Perl 5 
ii  libdbi-perl                   1.52-1     Perl5 database interface by Tim Bu
ii  perl                          5.8.8-6.1  Larry Wall's Practical Extraction 
ii  slapd                         2.3.27-1   OpenLDAP server (slapd)

gforge-ldap-openldap recommends no packages.
--- sql2ldif.pl 2006-10-18 23:49:38.000000000 +0200
+++ sql2ldif.pl.new     2006-10-18 23:58:09.000000000 +0200
@@ -32,10 +32,10 @@
 
 # We give user maximum of privileges assigned to one by groups ;-(
 my $query = "
-SELECT nss_passwd.login,gecos,shell,passwd,uid,gid,email
-FROM nss_passwd,mta_users
-WHERE nss_passwd.login=mta_users.login
-GROUP BY nss_passwd.login,gecos,shell,passwd,uid,gid,email
+SELECT nss_passwd.login,gecos,shell,nss_shadow.passwd,uid,gid,email
+FROM nss_passwd,nss_shadow,mta_users
+WHERE nss_passwd.login=mta_users.login AND nss_passwd.login=nss_shadow.login
+GROUP BY nss_passwd.login,gecos,shell,nss_shadow.passwd,uid,gid,email
 ";
 my $rel = $dbh->prepare($query);
 $rel->execute();

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: gforge
Source-Version: 4.5.14-15

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

gforge-common_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-common_4.5.14-15_all.deb
gforge-db-postgresql_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-db-postgresql_4.5.14-15_all.deb
gforge-dns-bind9_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-dns-bind9_4.5.14-15_all.deb
gforge-ftp-proftpd_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-ftp-proftpd_4.5.14-15_all.deb
gforge-ldap-openldap_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-ldap-openldap_4.5.14-15_all.deb
gforge-lists-mailman_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-lists-mailman_4.5.14-15_all.deb
gforge-mta-courier_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-mta-courier_4.5.14-15_all.deb
gforge-mta-exim4_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-mta-exim4_4.5.14-15_all.deb
gforge-mta-exim_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-mta-exim_4.5.14-15_all.deb
gforge-mta-postfix_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-mta-postfix_4.5.14-15_all.deb
gforge-shell-ldap_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-shell-ldap_4.5.14-15_all.deb
gforge-shell-postgresql_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-shell-postgresql_4.5.14-15_all.deb
gforge-web-apache_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge-web-apache_4.5.14-15_all.deb
gforge_4.5.14-15.diff.gz
  to pool/main/g/gforge/gforge_4.5.14-15.diff.gz
gforge_4.5.14-15.dsc
  to pool/main/g/gforge/gforge_4.5.14-15.dsc
gforge_4.5.14-15_all.deb
  to pool/main/g/gforge/gforge_4.5.14-15_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.
Roland Mas <[EMAIL PROTECTED]> (supplier of updated gforge 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: Thu, 19 Oct 2006 11:09:37 +0200
Source: gforge
Binary: gforge-lists-mailman gforge-db-postgresql gforge-mta-postfix 
gforge-shell-ldap gforge gforge-common gforge-web-apache gforge-mta-exim 
gforge-mta-courier gforge-ftp-proftpd gforge-shell-postgresql gforge-mta-exim4 
gforge-dns-bind9 gforge-ldap-openldap
Architecture: source all
Version: 4.5.14-15
Distribution: unstable
Urgency: low
Maintainer: Roland Mas <[EMAIL PROTECTED]>
Changed-By: Roland Mas <[EMAIL PROTECTED]>
Description: 
 gforge     - collaborative development tool - meta-package
 gforge-common - collaborative development tool - shared files
 gforge-db-postgresql - collaborative development tool - database (using 
PostgreSQL)
 gforge-dns-bind9 - collaborative development tool - DNS management (using 
Bind9)
 gforge-ftp-proftpd - collaborative development tool - FTP management (using 
ProFTPd)
 gforge-ldap-openldap - collaborative development tool - LDAP directory (using 
OpenLDAP)
 gforge-lists-mailman - collaborative development tool - mailing-lists (using 
Mailman)
 gforge-mta-courier - collaborative development tool - mail tools (using 
Courier)
 gforge-mta-exim - collaborative development tool - mail tools (using Exim)
 gforge-mta-exim4 - collaborative development tool - mail tools (using Exim 4)
 gforge-mta-postfix - collaborative development tool - mail tools (using 
Postfix)
 gforge-shell-ldap - collaborative development tool - shell accounts (using 
LDAP)
 gforge-shell-postgresql - collaborative development tool - shell accounts 
(using PostgreSQL
 gforge-web-apache - collaborative development tool - web part (using Apache)
Closes: 394022
Changes: 
 gforge (4.5.14-15) unstable; urgency=low
 .
   * [Roland] sql2ldif.pl: Get the user password from nss_shadow, since it
     cannot be found in nss_passwd any longer due to the recent NSS/PAM
     reorg, patch from Julien Cristau <[EMAIL PROTECTED]>
     (closes: #394022).
Files: 
 46e7601d3f9f16ad138225c11863b164 939 devel optional gforge_4.5.14-15.dsc
 6a4e64b4992a9ea3739a15295cf9242e 49045 devel optional gforge_4.5.14-15.diff.gz
 becb212e2852c04e2e3ea9ed60bca4c8 78682 devel optional gforge_4.5.14-15_all.deb
 827c2eb74fb44a1f4dae0f7b8d8e0b28 1008398 devel optional 
gforge-common_4.5.14-15_all.deb
 1e69be7a761abb48c2ddc591e4e1c108 699048 devel optional 
gforge-web-apache_4.5.14-15_all.deb
 ce21d62b68935dcb0a25abcd87af5956 205346 devel optional 
gforge-db-postgresql_4.5.14-15_all.deb
 d8c7e6ff8b486c094080ab2353dcb97d 85638 devel optional 
gforge-mta-exim4_4.5.14-15_all.deb
 6f9bfd6a70346ff478fb0cc6abde873e 85144 devel optional 
gforge-mta-exim_4.5.14-15_all.deb
 e45eab6053ba879aeaa1b923b7c1b9c0 85050 devel optional 
gforge-mta-postfix_4.5.14-15_all.deb
 d24ff1462fd6bcbb4e6691215a137008 74500 devel optional 
gforge-mta-courier_4.5.14-15_all.deb
 f4401205f1726f1cd07caee79d9b2041 83106 devel optional 
gforge-shell-ldap_4.5.14-15_all.deb
 dd8de269d22b16d5eebfef4f8de22bf1 84670 devel optional 
gforge-shell-postgresql_4.5.14-15_all.deb
 8c0083986c31a6d65043da9684351157 83676 devel optional 
gforge-ftp-proftpd_4.5.14-15_all.deb
 bcdaa350b6cd5c994d4c2a926f2b3845 92640 devel optional 
gforge-ldap-openldap_4.5.14-15_all.deb
 5f0083e2334db46469903b704595d460 94104 devel optional 
gforge-dns-bind9_4.5.14-15_all.deb
 ee96b3c178460a28dfdb739b9f44784f 80596 devel optional 
gforge-lists-mailman_4.5.14-15_all.deb

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

iD8DBQFFN0LyDqdWtRRIQ/URApqVAJwJuRrHt+8EEQEpMsHCHe6OhQmodwCcD+vO
gaM2/F4flY8oyQmDDeMKTJQ=
=G4I1
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to