wok-current rev 2238

cups-pam: add /etc/pam.d/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 14 12:35:10 2009 +0000 (2009-02-14)
parents 242a22d7215f
children 36c2a37430ab
files cups-pam/receipt cups-pam/stuff/etc/pam.d/cups
line diff
     1.1 --- a/cups-pam/receipt	Sat Feb 14 10:37:38 2009 +0000
     1.2 +++ b/cups-pam/receipt	Sat Feb 14 12:35:10 2009 +0000
     1.3 @@ -50,6 +50,9 @@
     1.4  	# We need the doc for CSS, images and help in the web interface.
     1.5  	cp -a $_pkg/usr/share/doc $fs/usr/share
     1.6  
     1.7 +	# PAM conf
     1.8 +	cp -a stuff/* $fs
     1.9 +
    1.10  	# Daemon script
    1.11  	cp -a ../cups/stuff/etc $fs
    1.12  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/cups-pam/stuff/etc/pam.d/cups	Sat Feb 14 12:35:10 2009 +0000
     2.3 @@ -0,0 +1,5 @@
     2.4 +#%PAM-1.0
     2.5 +# specify the PAM cups behaviour
     2.6 +
     2.7 +auth	required	pam_unix.so nullok shadow
     2.8 +account	required	pam_unix.so