wok rev 2239

netatalk-pam: add /etc/pam.d/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 14 13:13:31 2009 +0000 (2009-02-14)
parents 03d56bddf9f5
children fb4f9c3eb156
files netatalk-pam/receipt netatalk-pam/stuff/etc/pam.d/netatalk
line diff
     1.1 --- a/netatalk-pam/receipt	Sat Feb 14 12:35:10 2009 +0000
     1.2 +++ b/netatalk-pam/receipt	Sat Feb 14 13:13:31 2009 +0000
     1.3 @@ -35,6 +35,7 @@
     1.4  	cp -a $_pkg/usr/sbin $fs/usr
     1.5  	cp -a $_pkg/usr/libexec $fs/usr
     1.6  	cp -a $_pkg/etc $fs
     1.7 +	cp -a stuff/etc $fs
     1.8  	rm -f $fs/etc/netatalk/uams/*a
     1.9  }
    1.10  
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/netatalk-pam/stuff/etc/pam.d/netatalk	Sat Feb 14 13:13:31 2009 +0000
     2.3 @@ -0,0 +1,7 @@
     2.4 +#%PAM-1.0
     2.5 +# specify the PAM netatalk behaviour
     2.6 +
     2.7 +auth	required	pam_unix.so shadow
     2.8 +account	required	pam_unix.so
     2.9 +password	required	pam_unix.so md5 shadow use_authtok
    2.10 +session	required	pam_unix.so