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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user