In r21879, when we converted to using KRB5_CONF macros for profile
variable names, we made a typo in krb5_get_tgs_ktypes and erroneously
started using default_tkt_enctypes instead of default_tgs_enctypes for
TGS requests. Fix the typo and return to the documented behavior.
ticket: 7155
target_version: 1.10.3
tags: pullup
/* This one is set *only* by reading the config file; it's not
set by the application. */
return get_profile_etype_list(context, ktypes,
- KRB5_CONF_DEFAULT_TKT_ENCTYPES, NULL,
+ KRB5_CONF_DEFAULT_TGS_ENCTYPES, NULL,
default_enctype_list);
else
return get_profile_etype_list(context, ktypes,