From 6d36a361d092912084a83a5ffd57b2379981ee67 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 5 Mar 2012 23:52:27 +0100 Subject: linux-pam nutyx-extra → nutyx-pakxe (cherry picked from commit 921e8801d6f30dcad8ab4a6fffa5a783fe8373b1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts: linux-pam/Pkgfile --- linux-pam/other | 8 ++++++++ linux-pam/pam.conf | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 linux-pam/other create mode 100644 linux-pam/pam.conf diff --git a/linux-pam/other b/linux-pam/other new file mode 100644 index 000000000..03e479ef2 --- /dev/null +++ b/linux-pam/other @@ -0,0 +1,8 @@ +# Begin /etc/pam.d/other + +auth required pam_unix.so nullok +account required pam_unix.so +session required pam_unix.so +password required pam_unix.so nullok + +# End /etc/pam.d/other diff --git a/linux-pam/pam.conf b/linux-pam/pam.conf new file mode 100644 index 000000000..ee054cce0 --- /dev/null +++ b/linux-pam/pam.conf @@ -0,0 +1,8 @@ +# Begin /etc/pam.conf + +other auth required pam_unix.so nullok +other account required pam_unix.so +other session required pam_unix.so +other password required pam_unix.so nullok + +# End /etc/pam.conf -- cgit v1.2.3-54-g00ecf