summaryrefslogtreecommitdiff
path: root/pambase-no-systemd-home/system-auth.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-06-17 22:28:32 +0200
committerErich Eckner <git@eckner.net>2021-06-17 22:31:18 +0200
commitc4c3bd4e7f1b59ae836d687305aeb2dbd5bb5d1c (patch)
treee324fce97af99ee9c37fcfd69f7fefd1e656a000 /pambase-no-systemd-home/system-auth.patch
parent8eef41e6fe5e8d70189c15ef860ba4f235079e90 (diff)
downloadarchlinuxewe-c4c3bd4e7f1b59ae836d687305aeb2dbd5bb5d1c.tar.xz
pambase-no-systemd-home: 20200721.1-2.1 -> 20210605-2.1
Diffstat (limited to 'pambase-no-systemd-home/system-auth.patch')
-rw-r--r--pambase-no-systemd-home/system-auth.patch16
1 files changed, 4 insertions, 12 deletions
diff --git a/pambase-no-systemd-home/system-auth.patch b/pambase-no-systemd-home/system-auth.patch
index 4b5693abf..e890a2093 100644
--- a/pambase-no-systemd-home/system-auth.patch
+++ b/pambase-no-systemd-home/system-auth.patch
@@ -1,14 +1,6 @@
---- a/etc/pam.d/system-auth 2020-09-14 08:25:11.975622583 +0200
-+++ b/etc/pam.d/system-auth 2020-09-14 08:25:11.980977471 +0200
-@@ -4,7 +4,6 @@
- # Optionally use requisite above if you do not want to prompt for the password
- # on locked accounts.
- auth [success=2 default=ignore] pam_unix.so try_first_pass nullok
---auth [success=1 default=ignore] pam_systemd_home.so
- auth [default=die] pam_faillock.so authfail
- auth optional pam_permit.so
- auth required pam_env.so
-@@ -12,12 +11,10 @@
+--- a/etc/pam.d/system-auth 2021-06-17 18:57:25.959996395 +0200
++++ b/etc/pam.d/system-auth 2021-06-17 18:58:31.533329725 +0200
+@@ -11,12 +11,10 @@
# If you drop the above call to pam_faillock.so the lock will be done also
# on non-consecutive authentication failures.
@@ -18,6 +10,6 @@
account required pam_time.so
--password [success=1 default=ignore] pam_systemd_home.so
- password required pam_unix.so try_first_pass nullok shadow
+ password required pam_unix.so try_first_pass nullok shadow sha512
password optional pam_permit.so