chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / factory / etc / pam.d / other
index 5b1a81f59999c10fa4a1f6554d81b64fa7001ee4..338e81dbfa2b33796b4a385be06e8c6259d97a9a 100644 (file)
@@ -1,13 +1,6 @@
-# This file is part of systemd.
+# This file is part of elogind.
 
-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
+auth     include system-auth
+account  include system-auth
+password include system-auth
+session  include system-auth