[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#462741: marked as done (lprng: No longer supports kerberos5 authtype)



Your message dated Tue, 18 Mar 2008 22:02:03 +0000
with message-id <E1Jbjsh-0000E7-L9@ries.debian.org>
and subject line Bug#462741: fixed in lprng 3.8.A~rc4-1
has caused the Debian Bug report #462741,
regarding lprng: No longer supports kerberos5 authtype
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
462741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462741
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lprng
Version: 3.8.A~rc2-1
Tags: patch

In versions of lprng before the kerberos4 authtype was deprecated, authtypes of the form "kerberos*" for * different from 4 were handled as the standard "kerberos" authtype; below is part of the diff between the current Lenny and Sid versions in common/user_auth.c:

 # if defined(MIT_KERBEROS4)
        { "kerberos4", "kerberos", IP_SOCKET_ONLY, Send_krb4_auth, 0,0,0 },
 # endif
-       { "kerberos*", "kerberos", IP_SOCKET_ONLY, 0,           Krb5_send, 0, Krb5_receive },
+       { "kerberos", "kerberos", IP_SOCKET_ONLY, 0,           Krb5_send, 0, Krb5_receive },
+       { "kerberos5", "kerberos", IP_SOCKET_ONLY, 0,           Krb5_send, 0, Krb5_receive },
+       { "k5conn", "kerberos", IP_SOCKET_ONLY, 0,           Krb5_send_nocrypt, 0, Krb5_receive_nocrypt },
 #endif

        { "test",      "test",     0,              0,           Test_send, 0, Test_receive },

This change breals printcap entries that specify authtype "kerberos5", which used to work and was a reasonable parallel to the now-deprecated authtype "kerberos4".

Attached is a small patch to cause authtype "kerberos5" to restore support for the "kerberos5" authtype.

	-Tim Abbott
diff -ur lprng-3.8.A~rc2-orig/src/common/user_auth.c lprng-3.8.A~rc2/src/common/user_auth.c
--- lprng-3.8.A~rc2-orig/src/common/user_auth.c	2008-01-17 06:16:27.000000000 -0500
+++ lprng-3.8.A~rc2/src/common/user_auth.c	2008-01-27 01:01:11.000000000 -0500
@@ -1797,6 +1797,7 @@
 	{ "kerberos4", "kerberos", IP_SOCKET_ONLY, Send_krb4_auth, 0,0,0 },
 # endif
 	{ "kerberos", "kerberos", IP_SOCKET_ONLY, 0,           Krb5_send, 0, Krb5_receive },
+	{ "kerberos5", "kerberos", IP_SOCKET_ONLY, 0,           Krb5_send, 0, Krb5_receive },
 	{ "k5conn", "kerberos", IP_SOCKET_ONLY, 0,           Krb5_send_nocrypt, 0, Krb5_receive_nocrypt },
 #endif
 

--- End Message ---
--- Begin Message ---
Source: lprng
Source-Version: 3.8.A~rc4-1

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

lprng_3.8.A~rc4-1.diff.gz
  to pool/main/l/lprng/lprng_3.8.A~rc4-1.diff.gz
lprng_3.8.A~rc4-1.dsc
  to pool/main/l/lprng/lprng_3.8.A~rc4-1.dsc
lprng_3.8.A~rc4-1_i386.deb
  to pool/main/l/lprng/lprng_3.8.A~rc4-1_i386.deb
lprng_3.8.A~rc4.orig.tar.gz
  to pool/main/l/lprng/lprng_3.8.A~rc4.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 462741@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Craig Small <csmall@debian.org> (supplier of updated lprng 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Wed, 19 Mar 2008 08:43:09 +1100
Source: lprng
Binary: lprng
Architecture: source i386
Version: 3.8.A~rc4-1
Distribution: unstable
Urgency: low
Maintainer: Craig Small <csmall@debian.org>
Changed-By: Craig Small <csmall@debian.org>
Description: 
 lprng      - lpr/lpd printer spooling system
Closes: 458003 462605 462741 463249 466964 467030 467031 469459
Changes: 
 lprng (3.8.A~rc4-1) unstable; urgency=low
 .
   * New upstream release
   *   Note added that the logfile needs to be created Closes: #458003
   *   Kerberos patch reverted so krb5 works again Closes: #462741
   * Removed mention of spooldir in postinst Closes: #462605
   * Note about no remote connecitons Closes: #466964
   * Sample configu files don't have a suffix Closes: #467030
   * Updated to debhelper 6 Closes: #467031
   * Updated to standards version 3.7.4
   * Updated Japanese debian/po file Closes: #463249
   * Build-depends on openssl Closes: #469459
   * Removed sample files introduced in rc2
Files: 
 1b934269f9581d5b15c6073a8a85d734 672 net extra lprng_3.8.A~rc4-1.dsc
 b2385089fbc4c0068c4cabab5a32a184 977697 net extra lprng_3.8.A~rc4.orig.tar.gz
 1ca283c708ef6055af18c1e74392e908 32697 net extra lprng_3.8.A~rc4-1.diff.gz
 b89cd336cb78d6dfcedf62f75bc74b3a 1041722 net extra lprng_3.8.A~rc4-1_i386.deb

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

iD8DBQFH4Dg2x2zlrBLK36URAjO6AJ9Q39OOmrcYjAQiUYUvfgTye2sDOQCfeKrQ
u8vY3xBIkdRH+lWyjv0lVoA=
=/lG3
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: