Displaying 1 result from an estimated 1 matches for "put_your_dcs_short_hostname_here".
2025 Apr 16
1
Problem looking up domain users
...ocky Linux 8 and 9 and one thing I had to do was
alter /etc/krb5.conf (if such a thing exists when using MIT):
[libdefaults]
default_realm = AD.DOMAIN.IT
dns_lookup_realm = false
dns_lookup_kdc = true
rdns = false
[realms]
AD.DOMAIN.IT = {
default_domain = ad.domain.it
}
[domain_realm]
PUT_YOUR_DCS_SHORT_HOSTNAME_HERE = AD.DOMAIN.IT
There is probably something at the top of your existing /etc/krb5.conf
about deleting a file, I had to do that.
However, in altering the above to match your setup, I finally noticed
something, now it could just be bad sanitisation but there are lines
like this:
Apr 16 08:41:34 lin...