Forgot to default use_strongest_server_key...
Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
This commit is contained in:
committed by
Love Hörnquist Åstrand
parent
76a192b906
commit
8ada355954
@@ -54,6 +54,7 @@ krb5_kdc_get_config(krb5_context context, krb5_kdc_configuration **config)
|
|||||||
c->as_use_strongest_session_key = TRUE;
|
c->as_use_strongest_session_key = TRUE;
|
||||||
c->preauth_use_strongest_session_key = TRUE;
|
c->preauth_use_strongest_session_key = TRUE;
|
||||||
c->tgs_use_strongest_session_key = TRUE;
|
c->tgs_use_strongest_session_key = TRUE;
|
||||||
|
c->use_strongest_server_key = TRUE;
|
||||||
c->check_ticket_addresses = TRUE;
|
c->check_ticket_addresses = TRUE;
|
||||||
c->allow_null_ticket_addresses = TRUE;
|
c->allow_null_ticket_addresses = TRUE;
|
||||||
c->allow_anonymous = FALSE;
|
c->allow_anonymous = FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user