Your message dated Wed, 13 Apr 2005 18:32:16 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#271066: fixed in libpam-krb5 1.0-11
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; 10 Sep 2004 21:30:36 +0000
>From [EMAIL PROTECTED] Fri Sep 10 14:30:36 2004
Return-path: <[EMAIL PROTECTED]>
Received: from harrier.mail.pas.earthlink.net [207.217.120.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1C5sya-00088k-00; Fri, 10 Sep 2004 14:30:36 -0700
Received: from h-67-101-137-212.phlapafg.dynamic.covad.net ([67.101.137.212] 
helo=metaverse.homeip.net)
        by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1)
        id 1C5syY-0000DL-00; Fri, 10 Sep 2004 14:30:35 -0700
Received: from cypher by metaverse.homeip.net with local (Exim 4.34)
        id 1C5syY-0006xu-Ri; Fri, 10 Sep 2004 17:30:34 -0400
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Nik A. Melchior" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libpam-krb5: pam_krb5(5) refers to nonexistent pam(8)
X-Mailer: reportbug 2.64
Date: Fri, 10 Sep 2004 17:30:34 -0400
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: libpam-krb5
Version: 1.0-10
Severity: minor



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C

---------------------------------------
Received: (at 271066-close) by bugs.debian.org; 13 Apr 2005 22:52:31 +0000
>From [EMAIL PROTECTED] Wed Apr 13 15:52:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DLqil-0007Du-00; Wed, 13 Apr 2005 15:52:31 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DLqPA-0003yz-00; Wed, 13 Apr 2005 18:32:16 -0400
From: Russ Allbery <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#271066: fixed in libpam-krb5 1.0-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 13 Apr 2005 18:32:16 -0400
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: libpam-krb5
Source-Version: 1.0-11

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

libpam-krb5_1.0-11.diff.gz
  to pool/main/libp/libpam-krb5/libpam-krb5_1.0-11.diff.gz
libpam-krb5_1.0-11.dsc
  to pool/main/libp/libpam-krb5/libpam-krb5_1.0-11.dsc
libpam-krb5_1.0-11_powerpc.deb
  to pool/main/libp/libpam-krb5/libpam-krb5_1.0-11_powerpc.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.
Russ Allbery <[EMAIL PROTECTED]> (supplier of updated libpam-krb5 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: Wed, 13 Apr 2005 13:54:47 -0700
Source: libpam-krb5
Binary: libpam-krb5
Architecture: source powerpc
Version: 1.0-11
Distribution: unstable
Urgency: low
Maintainer: Sam Hartman <[EMAIL PROTECTED]>
Changed-By: Russ Allbery <[EMAIL PROTECTED]>
Description: 
 libpam-krb5 - PAM module for MIT Kerberos
Closes: 191001 271066 295027
Changes: 
 libpam-krb5 (1.0-11) unstable; urgency=low
 .
   * Return PAM_CRED_UNAVAIL to PAM_REINITIALIZE_CREDS as the apparently
     most appropriate error message.  (Closes: #191001)
   * Remove reference to non-existant man page pam.conf(8) and change
     pam(8) to pam(7).  Thanks, Nik A. Melchior.  (Closes: #271066)
   * Include the user UID in the default ticket cache name so that rpc.gssd
     and similar programs can find the ticket cache.  Document the random
     string in the default ticket cache name in the man page.  Thanks,
     Steinar H. Gunderson.  (Closes: #295027)
   * Really remove stray ex.doc-base.package file.
Files: 
 bc44d28faad1d1a9a2cae840997bbcd2 690 net optional libpam-krb5_1.0-11.dsc
 c6fc4398390261ed26d83ad1b7026eb2 34526 net optional libpam-krb5_1.0-11.diff.gz
 19a1da4baf851108463400d7162e8110 23050 net optional 
libpam-krb5_1.0-11_powerpc.deb

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

iD8DBQFCXZp4/I12czyGJg8RAg7GAKDmeLaZn/qkgjkKSD6886P0EhcIiACfbaxC
6uBtv/Sw6iAw569IlfWh6uU=
=HrXU
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to