tell user when they got a pk-init request with pkinit disabled.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21087 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -380,6 +380,7 @@ _kdc_pk_rd_padata(krb5_context context,
|
||||
*ret_params = NULL;
|
||||
|
||||
if (!config->enable_pkinit) {
|
||||
kdc_log(context, config, 0, "PK-INIT request but PK-INIT not enabled");
|
||||
krb5_clear_error_string(context);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user