HEIMDAL:kdc: make it possible to disable the principal based referral detection
[metze/heimdal/wip.git] / kdc / default_config.c
index b168175f195011404884569c1d688fb0b3dc4fc6..c7117b6271e20189f532ba475723652d6103075e 100644 (file)
@@ -92,6 +92,7 @@ krb5_kdc_get_config(krb5_context context, krb5_kdc_configuration **config)
     c->preauth_use_strongest_session_key = FALSE;
     c->svc_use_strongest_session_key = FALSE;
     c->use_strongest_server_key = TRUE;
+    c->autodetect_referrals = TRUE;
     c->check_ticket_addresses = TRUE;
     c->allow_null_ticket_addresses = TRUE;
     c->allow_anonymous = FALSE;