Your message dated Thu, 19 Jan 2006 20:32:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#302400: fixed in libpam-ldap 180-1
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Mar 2005 16:30:26 +0000
>From [EMAIL PROTECTED] Thu Mar 31 08:30:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from kw04.de (ww04.kw04.de) [213.131.254.194]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DH2Yr-0001Vz-00; Thu, 31 Mar 2005 08:30:25 -0800
Received: from tsetse.adpm.de (dsl-084-056-117-008.arcor-ip.net [84.56.117.8])
by ww04.kw04.de (ww04.kw04.de) with ESMTP id 4D2683D0524
for <[EMAIL PROTECTED]>; Thu, 31 Mar 2005 18:30:25 +0200 (CEST)
Received: from tsetse.adpm.de (localhost [127.0.0.1])
by tsetse.adpm.de (Postfix) with ESMTP id 33F7E2BD2D
for <[EMAIL PROTECTED]>; Thu, 31 Mar 2005 18:30:21 +0200 (CEST)
Received: from ant.adpm.de (ant.adpm.de [10.250.2.1])
by tsetse.adpm.de (Postfix) with ESMTP id D85262BC16
for <[EMAIL PROTECTED]>; Thu, 31 Mar 2005 18:30:20 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============0031605995=="
MIME-Version: 1.0
From: Peter Marschall <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libpam-ldap: use upstream's man page
X-Mailer: reportbug 3.8
Date: Thu, 31 Mar 2005 18:30:18 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: ClamAV using ClamSMTP
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============0031605995==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: libpam-ldap
Version: 178-1
Severity: normal
Tags: patch
Starting with version 178 upstream pam_ldap provides a man page
which currently is longer and more detailed than Debian's private
version.
Since one can hope that upstream updates the man page when introducing
new features there is little use in providing an own version, which
is usually outdated.
The attached patch should do everything necessary to get upstream's
man page installed with the name Debian users are used to.
The patch also shows how to change the name of the config file
on the fly in the files that get installed instead of in the source
files, thus eliminating the need to patch the changed name into the
sources. (keeps the debian diff shorter ;-)))
CU
Peter
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages libpam-ldap depends on:
ii debconf 1.4.30.11 Debian configuration management sy
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libldap2 2.1.30-3pm1 OpenLDAP libraries
ii libpam0g 0.76-22 Pluggable Authentication Modules l
-- debconf information excluded
--===============0031605995==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="pam_ldap-178-manpage.patch"
--- debian/libpam-ldap.install-ok 2005-03-31 17:54:04.839303835 +0200
+++ debian/libpam-ldap.install 2005-03-31 17:54:36.008344213 +0200
@@ -4,4 +4,4 @@
chfn usr/share/doc/libpam-ldap/examples
chsh usr/share/doc/libpam-ldap/examples
pam.conf usr/share/doc/libpam-ldap/examples
-debian/pam_ldap.conf.5 usr/share/man/man5
+pam_ldap.5 usr/share/man/man5
--- debian/rules-ok 2005-03-31 17:54:43.866841660 +0200
+++ debian/rules 2005-03-31 18:01:16.637752213 +0200
@@ -8,3 +8,17 @@
DEB_CONFIGURE_EXTRA_FLAGS += --with-ldap-lib=openldap
--with-ldap-conf-file=/etc/pam_ldap.conf
DEB_DESTDIR = $(CURDIR)/debian/tmp
DEB_OPT_FLAG += -fPIC
+
+MY_INST_DIR = $(CURDIR)/debian/libpam-ldap/usr/share
+
+binary-post-install/libpam-ldap::
+ # rename man page
+ mv $(MY_INST_DIR)/man/man5/pam_ldap.5
$(MY_INST_DIR)/man/man5/pam_ldap.conf.5
+ # change all references from /etc/ldap.conf to /etc/pam_ldap.conf
+ for file in $(MY_INST_DIR)/man/man5/pam_ldap.conf.5 \
+ $(MY_INST_DIR)/doc/libpam-ldap/examples/chfn \
+ $(MY_INST_DIR)/doc/libpam-ldap/examples/chsh ; do \
+ sed -e 's,/etc/ldap.conf,/etc/pam_ldap.conf,' \
+ < $$file > $$file-sed; \
+ mv $$file-sed $$file; \
+ done
--===============0031605995==--
---------------------------------------
Received: (at 302400-close) by bugs.debian.org; 20 Jan 2006 04:40:59 +0000
>From [EMAIL PROTECTED] Thu Jan 19 20:40:59 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EznwX-0001yC-Mu; Thu, 19 Jan 2006 20:32:09 -0800
From: Stephen Frost <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#302400: fixed in libpam-ldap 180-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 19 Jan 2006 20:32:09 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 6
Source: libpam-ldap
Source-Version: 180-1
We believe that the bug you reported is fixed in the latest version of
libpam-ldap, which is due to be installed in the Debian FTP archive:
libpam-ldap_180-1.diff.gz
to pool/main/libp/libpam-ldap/libpam-ldap_180-1.diff.gz
libpam-ldap_180-1.dsc
to pool/main/libp/libpam-ldap/libpam-ldap_180-1.dsc
libpam-ldap_180-1_i386.deb
to pool/main/libp/libpam-ldap/libpam-ldap_180-1_i386.deb
libpam-ldap_180.orig.tar.gz
to pool/main/libp/libpam-ldap/libpam-ldap_180.orig.tar.gz
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.
Stephen Frost <[EMAIL PROTECTED]> (supplier of updated libpam-ldap 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: Mon, 16 Jan 2006 14:45:33 -0500
Source: libpam-ldap
Binary: libpam-ldap
Architecture: source i386
Version: 180-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Frost <[EMAIL PROTECTED]>
Changed-By: Stephen Frost <[EMAIL PROTECTED]>
Description:
libpam-ldap - Pluggable Authentication Module allowing LDAP interfaces
Closes: 292030 302400 302543 302547 307628 312439 312440 312928 324899 332002
337261 338825 340199 340581 341541
Changes:
libpam-ldap (180-1) unstable; urgency=low
.
* New upstream release
* Maintainer upload, Closes: #324899
* Changed password file to be /etc/pam_ldap.secret, Closes: #302547
* Change pam_acct_mgmt to use username when groupattr is
'memberUid', Closes: #292030, #341541
* Started using upstream's manpage, Closes: #302400, #307628
* Fix debhelper to use libpam-ldap/override, Closes: #302543, #312928
* Make pam_password choices translatable, Closes: #338825
* Fix debconf depends to allow debconf-2.0, Closes: #332002
* debconf-updatepo run, Closes: #337261
* Added ldapns.schema to /usr/share/doc/libpam-ldap, Closes: #340581
* Added vietnamese translation, Closes: #312439
* Clean up debconf questions, Closes: #312440
* Updated French translation, Closes: #340199
Files:
b0cd7ed46424645e8f9e6dc9dd115f5c 658 admin extra libpam-ldap_180-1.dsc
627f053fdffb8267ba73261394e0ecde 127337 admin extra libpam-ldap_180.orig.tar.gz
fadc8eed93eed3af8a0593e407f985bf 20087 admin extra libpam-ldap_180-1.diff.gz
51aa20fd11517d2a3667cf8cccdf1173 62230 admin extra libpam-ldap_180-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD4DBQFD0FzArzgMPqB3kigRAjt+AJ9pF8kbE6A2vzBKC0q1yzgxyqpCnACY89J6
QuP3DV3MJvcBEroG+2mycw==
=KZ+d
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]