# HG changeset patch # User Pascal Bellard # Date 1234607858 0 # Node ID 242a22d7215f802639fa6fcc9dc18493d62b5da5 # Parent 194e6709d5f3455677d17e5103d6021af10fbd79 busybox-pam: add /etc/pam.d/ diff -r 194e6709d5f3 -r 242a22d7215f busybox-pam/receipt --- a/busybox-pam/receipt Sat Feb 14 10:09:37 2009 +0000 +++ b/busybox-pam/receipt Sat Feb 14 10:37:38 2009 +0000 @@ -46,6 +46,7 @@ genpkg_rules() { cp -a $src/_install/* $fs + cp -a stuff/etc $fs mkdir -p $fs/etc/init.d # Busybox config files. cd $WOK/busybox diff -r 194e6709d5f3 -r 242a22d7215f busybox-pam/stuff/etc/pam.d/login --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/busybox-pam/stuff/etc/pam.d/login Sat Feb 14 10:37:38 2009 +0000 @@ -0,0 +1,7 @@ +#%PAM-1.0 +# specify the PAM busybox behaviour + +auth required pam_unix.so +account required pam_unix.so +password required pam_unix.so md5 +session required pam_unix.so diff -r 194e6709d5f3 -r 242a22d7215f dropbear-pam/stuff/pam.d/sshd --- a/dropbear-pam/stuff/pam.d/sshd Sat Feb 14 10:09:37 2009 +0000 +++ b/dropbear-pam/stuff/pam.d/sshd Sat Feb 14 10:37:38 2009 +0000 @@ -1,5 +1,5 @@ #%PAM-1.0 -# specify the PAM fallback behaviour +# specify the PAM dropbear behaviour auth required pam_unix.so account required pam_unix.so