[systemd-commits] factory/etc

Kay Sievers kay at kemper.freedesktop.org
Sun Jul 27 05:35:46 PDT 2014


 factory/etc/pam.d/other |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit e5168066e70e04906241283e026882c89d72db33
Author: Kay Sievers <kay at vrfy.org>
Date:   Sun Jul 27 14:08:11 2014 +0200

    factory: PAM - add generic fallback config
    
    Single PAM fallback config file to be used in /etc to allow
    bootstrapping of a system with an empty /etc.

diff --git a/factory/etc/pam.d/other b/factory/etc/pam.d/other
new file mode 100644
index 0000000..5b1a81f
--- /dev/null
+++ b/factory/etc/pam.d/other
@@ -0,0 +1,13 @@
+# This file is part of systemd.
+
+auth     sufficient pam_unix.so nullok try_first_pass
+
+account  required   pam_nologin.so
+account  sufficient pam_unix.so
+
+password sufficient pam_unix.so nullok sha512 shadow try_first_pass try_authtok
+
+-session optional   pam_loginuid.so
+-session optional   pam_systemd.so
+session  required   pam_limits.so
+session  sufficient pam_unix.so



More information about the systemd-commits mailing list