On 2025-09-16 16:18, Pat Suwalski via samba wrote:> This suggests to me the problem is not in sssd.
Okay, I figured it out.
Based on reading elsewhere, I added the following lines to [libdefaults]
in krb.conf:
default_tkt_enctypes = aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96
permitted_enctypes = aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96
Then, when I did the kinit, kerberos explicitly told me that it couldn't
find an encryption scheme that worked.
Scratching my head, I decided to go on the samba server and 'service
samba-ad-dc restart'.
Yep, that was the fix. After updating to the 2008_R2 level (and maybe
redoing the krbtgt hash), it just needed a restart.
Last question:
After a change like this, do I have to leave and join the domain on each
of the servers making use of the AD, or can their settings/keytabs be
updated somehow?
Many thanks,
--Pat