Simplified kerberos config

This commit is contained in:
Jan-Bulthuis 2025-06-09 01:54:39 +02:00
parent e869e5d790
commit fef1eff181

View File

@ -65,11 +65,9 @@ in
settings = {
libdefaults = {
default_realm = domainUpper;
dns_lookup_realm = false;
dns_lookup_kdc = true;
rdns = false;
};
realms.${domainUpper} = { };
realms.${domainUpper} = {
};
domain_realm = {
"${domain}" = domainUpper;
".${domain}" = domainUpper;