12b1aef
diff -up /dev/null cups-1.4.2/conf/cups.password-auth
12b1aef
--- /dev/null	2009-11-10 09:17:06.284031490 +0000
12b1aef
+++ cups-1.4.2/conf/cups.password-auth	2009-11-10 11:15:42.750666738 +0000
12b1aef
@@ -0,0 +1,4 @@
12b1aef
+#%PAM-1.0
12b1aef
+# Use password-auth common PAM configuration for the daemon
12b1aef
+auth        include     password-auth
12b1aef
+account     include     password-auth
12b1aef
diff -up cups-1.4.2/conf/cups.system-auth cups-1.4.2/conf/cups
12b1aef
diff -up /dev/null cups-1.4.2/conf/cups.system-auth
12b1aef
--- /dev/null	2009-11-10 09:17:06.284031490 +0000
12b1aef
+++ cups-1.4.2/conf/cups.system-auth	2009-11-10 11:15:42.750666738 +0000
12b1aef
@@ -0,0 +1,3 @@
12b1aef
+#%PAM-1.0
12b1aef
+auth	include		system-auth
12b1aef
+account	include		system-auth
12b1aef
diff -up cups-1.4.2/conf/Makefile.system-auth cups-1.4.2/conf/Makefile
12b1aef
--- cups-1.4.2/conf/Makefile.system-auth	2009-09-22 22:53:31.000000000 +0100
12b1aef
+++ cups-1.4.2/conf/Makefile	2009-11-10 11:18:44.188791989 +0000
12b1aef
@@ -90,10 +90,16 @@ install-data:
cvsdist 0519732
 	done
0edf4c0
 	-if test x$(PAMDIR) != x; then \
0edf4c0
 		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(PAMDIR); \
12b1aef
-		if test -r $(BUILDROOT)$(PAMDIR)/cups ; then \
0edf4c0
-			$(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups.N ; \
7aabe54
+		if test -f /etc/pam.d/password-auth; then \
12b1aef
+			$(INSTALL_DATA) cups.password-auth $(BUILDROOT)$(PAMDIR)/cups; \
7aabe54
+		elif test -f /etc/pam.d/system-auth; then \
12b1aef
+			$(INSTALL_DATA) cups.system-auth $(BUILDROOT)$(PAMDIR)/cups; \
0edf4c0
 		else \
0edf4c0
-			$(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups ; \
12b1aef
+			if test -r $(BUILDROOT)$(PAMDIR)/cups ; then \
0edf4c0
+				$(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups.N ; \
0edf4c0
+			else \
0edf4c0
+				$(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups ; \
0edf4c0
+			fi ; \
0edf4c0
 		fi ; \
cvsdist 0519732
 	fi
cvsdist 0519732