rename pkinit_princ_in_cert
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21286 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1385,7 +1385,7 @@ _kdc_pk_check_client(krb5_context context,
|
|||||||
"Trying to authorize PK-INIT subject DN %s",
|
"Trying to authorize PK-INIT subject DN %s",
|
||||||
*subject_name);
|
*subject_name);
|
||||||
|
|
||||||
if (config->enable_pkinit_princ_in_cert) {
|
if (config->pkinit_princ_in_cert) {
|
||||||
ret = match_rfc_san(context, config,
|
ret = match_rfc_san(context, config,
|
||||||
client_params->cert,
|
client_params->cert,
|
||||||
client->entry.principal);
|
client->entry.principal);
|
||||||
|
Reference in New Issue
Block a user