Prevent login without krb5-ticket on non localhome machines

This commit is contained in:
Raphael Dannecker 2025-11-17 12:20:55 +01:00
parent 71d2ddbb38
commit 17ad6c5e1a

View file

@ -9,7 +9,9 @@ ad_domain = {{ domain }}
id_provider = ad id_provider = ad
access_provider = ad access_provider = ad
use_fully_qualified_names = False use_fully_qualified_names = False
{% if localhome is defined and localhome %}
cache_credentials = True cache_credentials = True
{% endif %}
krb5_store_password_if_offline = True krb5_store_password_if_offline = True
default_shell = /usr/bin/bash default_shell = /usr/bin/bash
# default: # ldap_id_mapping = True # default: # ldap_id_mapping = True