diff security/linux-pam/other @ 386:30c785bd1da0

security/linux-pam: add basic files based on LFS
author David Demelier <markand@malikania.fr>
date Mon, 01 Apr 2019 20:20:00 +0200
parents
children 9a02e6680708
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/security/linux-pam/other	Mon Apr 01 20:20:00 2019 +0200
@@ -0,0 +1,6 @@
+# /etc/pam.d/other: PAM configuration for Vanilla Linux
+
+auth            required        pam_unix.so     nullok
+account         required        pam_unix.so
+session         required        pam_unix.so
+password        required        pam_unix.so     nullok