From e5168066e70e04906241283e026882c89d72db33 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sun, 27 Jul 2014 14:08:11 +0200 Subject: [PATCH 1/1] 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. --- factory/etc/pam.d/other | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 factory/etc/pam.d/other diff --git a/factory/etc/pam.d/other b/factory/etc/pam.d/other new file mode 100644 index 000000000..5b1a81f59 --- /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 -- 2.30.2