Skip to content

Stop using weak kerberos encryption types with CS8

Jack Henschel requested to merge jack-cs8-update into master

Using " -e rc4-hmac" results in the following error with the CS8 base image:

k5start: error getting credentials: Pre-authentication failed: No key table entry found for svcokd4@CERN.CH

Instead, we fetch the salt information from the KDC ("-f")

Merge request reports