[Pkg-cups-devel] r501 - in cupsys/trunk/debian: . patches

Kenshi Muto kmuto at alioth.debian.org
Mon Jul 16 14:23:56 UTC 2007


Author: kmuto
Date: Mon Jul 16 14:23:56 2007
New Revision: 501

Log:
use 'cupsys' for pam_start on cups-check-pam-auth. (#425701)

Modified:
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/patches/10_external_pam_helper.dpatch

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Mon Jul 16 14:23:56 2007
@@ -9,6 +9,8 @@
   * Added 'Recommends: cupsys' to cupsys-bsd. (closes: #426521)
   * Changed cupsys-client from 'Recommends: cupsys-bsd' to 'Suggests:
     cupsys-bsd.' because cupsys-bsd isn't so necessary for cupsys-client.
+  * Fixed to use 'cupsys' instead of 'cups' for PAM on cups-check-pam-auth.
+    (though Debian CUPS doesn't use this daemon) (closes: #425701)
 
   ** Well, is it time to separate cupsys and cupsys-bin? (#233339) **
 

Modified: cupsys/trunk/debian/patches/10_external_pam_helper.dpatch
==============================================================================
--- cupsys/trunk/debian/patches/10_external_pam_helper.dpatch	(original)
+++ cupsys/trunk/debian/patches/10_external_pam_helper.dpatch	Mon Jul 16 14:23:56 2007
@@ -291,7 +291,7 @@
 +    pamdata.appdata_ptr = buffer;
 +
 +    /* ask PAM to authenticate */
-+    auth = pam_start("cups", buffer, &pamdata, &pamh) == PAM_SUCCESS &&
++    auth = pam_start("cupsys", buffer, &pamdata, &pamh) == PAM_SUCCESS &&
 +        pam_authenticate(pamh, PAM_SILENT) == PAM_SUCCESS &&
 +        pam_acct_mgmt(pamh, PAM_SILENT) == PAM_SUCCESS;
 +    pam_end(pamh, PAM_SUCCESS);



More information about the Pkg-cups-devel mailing list