Default to always print subject dn for pk-init authorization.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18874 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-24 17:51:33 +00:00
parent 9f02e50607
commit 896bc81f54

View File

@@ -1246,8 +1246,8 @@ _kdc_pk_check_client(krb5_context context,
if (ret)
return ret;
kdc_log(context, config, 5,
"Trying to authorize subject DN %s",
kdc_log(context, config, 0,
"Trying to authorize PK-INIT subject DN %s",
*subject_name);
if (config->enable_pkinit_princ_in_cert) {