aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/system-auth.tpl')
-rw-r--r--templates/system-auth.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl
index 174aacf..1adee05 100644
--- a/templates/system-auth.tpl
+++ b/templates/system-auth.tpl
@@ -2,9 +2,6 @@ auth required pam_env.so {{ debug|default('', true) }}
{% if pam_ssh %}
auth sufficient pam_ssh.so
{% endif %}
-{% if homed %}
--auth sufficient pam_systemd_home.so
-{% endif %}
{% if krb5 %}
auth [success=3 default=ignore] pam_krb5.so {{ krb5_params }}
@@ -23,9 +20,6 @@ auth [default=die] pam_faillock.so authfail
auth optional pam_cap.so
{% endif %}
-{% if homed %}
--account sufficient pam_systemd_home.so
-{% endif %}
{% if krb5 %}
account [success=2 default=ignore] pam_krb5.so {{ krb5_params }}
{% endif %}