wok rev 2237

busybox-pam: add /etc/pam.d/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 14 10:37:38 2009 +0000 (2009-02-14)
parents 194e6709d5f3
children 03d56bddf9f5
files busybox-pam/receipt busybox-pam/stuff/etc/pam.d/login dropbear-pam/stuff/pam.d/sshd
line diff
     1.1 --- a/busybox-pam/receipt	Sat Feb 14 10:09:37 2009 +0000
     1.2 +++ b/busybox-pam/receipt	Sat Feb 14 10:37:38 2009 +0000
     1.3 @@ -46,6 +46,7 @@
     1.4  genpkg_rules()
     1.5  {
     1.6      cp -a $src/_install/* $fs
     1.7 +    cp -a stuff/etc $fs
     1.8      mkdir -p $fs/etc/init.d
     1.9      # Busybox config files.
    1.10      cd $WOK/busybox
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/busybox-pam/stuff/etc/pam.d/login	Sat Feb 14 10:37:38 2009 +0000
     2.3 @@ -0,0 +1,7 @@
     2.4 +#%PAM-1.0
     2.5 +# specify the PAM busybox behaviour
     2.6 +
     2.7 +auth	required	pam_unix.so
     2.8 +account	required	pam_unix.so
     2.9 +password	required	pam_unix.so md5
    2.10 +session	required	pam_unix.so
     3.1 --- a/dropbear-pam/stuff/pam.d/sshd	Sat Feb 14 10:09:37 2009 +0000
     3.2 +++ b/dropbear-pam/stuff/pam.d/sshd	Sat Feb 14 10:37:38 2009 +0000
     3.3 @@ -1,5 +1,5 @@
     3.4  #%PAM-1.0
     3.5 -# specify the PAM fallback behaviour
     3.6 +# specify the PAM dropbear behaviour
     3.7  
     3.8  auth	required	pam_unix.so
     3.9  account	required	pam_unix.so