From: Kay Sievers Date: Sun, 27 Jul 2014 12:08:11 +0000 (+0200) Subject: factory: PAM - add generic fallback config X-Git-Tag: v216~425 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e5168066e70e04906241283e026882c89d72db33;hp=c264aeab4b0e7b69f469e12e78d4a48b3ed7a66e 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 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