diff --git a/roles/lmn_sssd/templates/sssd.conf.j2 b/roles/lmn_sssd/templates/sssd.conf.j2 index 58868ce..f059f14 100644 --- a/roles/lmn_sssd/templates/sssd.conf.j2 +++ b/roles/lmn_sssd/templates/sssd.conf.j2 @@ -20,6 +20,3 @@ ignore_group_members = True {% if groups.localhome is defined and inventory_hostname in groups.localhome %} override_homedir = /home/%u {% endif %} -{% if groups.teacherlaptop is defined and inventory_hostname in groups.teacherlaptop %} -krb5_renewable_lifetime = 14d -{% endif %}