# HG changeset patch # User Pascal Bellard # Date 1234614910 0 # Node ID 03d56bddf9f53536d2a453374fe490e08f74b3a1 # Parent 242a22d7215f802639fa6fcc9dc18493d62b5da5 cups-pam: add /etc/pam.d/ diff -r 242a22d7215f -r 03d56bddf9f5 cups-pam/receipt --- a/cups-pam/receipt Sat Feb 14 10:37:38 2009 +0000 +++ b/cups-pam/receipt Sat Feb 14 12:35:10 2009 +0000 @@ -50,6 +50,9 @@ # We need the doc for CSS, images and help in the web interface. cp -a $_pkg/usr/share/doc $fs/usr/share + # PAM conf + cp -a stuff/* $fs + # Daemon script cp -a ../cups/stuff/etc $fs } diff -r 242a22d7215f -r 03d56bddf9f5 cups-pam/stuff/etc/pam.d/cups --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cups-pam/stuff/etc/pam.d/cups Sat Feb 14 12:35:10 2009 +0000 @@ -0,0 +1,5 @@ +#%PAM-1.0 +# specify the PAM cups behaviour + +auth required pam_unix.so nullok shadow +account required pam_unix.so