switch to use use_strongest_server_key

use the same behavior as 1.4 release.
This commit is contained in:
Love Hörnquist Åstrand
2011-07-24 10:33:28 -07:00
parent ae9ac01f3f
commit c5db78a3c2

View File

@@ -54,7 +54,7 @@ krb5_kdc_get_config(krb5_context context, krb5_kdc_configuration **config)
c->as_use_strongest_session_key = FALSE;
c->preauth_use_strongest_session_key = FALSE;
c->tgs_use_strongest_session_key = FALSE;
c->use_strongest_server_key = FALSE;
c->use_strongest_server_key = TRUE;
c->check_ticket_addresses = TRUE;
c->allow_null_ticket_addresses = TRUE;
c->allow_anonymous = FALSE;