*
* The old behavior in the _kdc_get_preferred_key()
* function is use_strongest_server_key=TRUE.
- *
- * We actually want the behavior of
- * tgs_use_strongest_session_key=TRUE,
- * see https://bugzilla.samba.org/show_bug.cgi?id=13135
*/
kdc_config->as_use_strongest_session_key = false;
kdc_config->preauth_use_strongest_session_key = false;
- kdc_config->tgs_use_strongest_session_key = true;
+ kdc_config->tgs_use_strongest_session_key = false;
kdc_config->use_strongest_server_key = true;
kdc_config->autodetect_referrals = false;