If _kdc_pk_check_client failes, bail out directly and hand the error back to the client.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20742 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1066,7 +1066,7 @@ _kdc_as_rep(krb5_context context,
|
||||
|
||||
kdc_log(context, config, 0, "%s", e_text);
|
||||
pkp = NULL;
|
||||
goto ts_enc;
|
||||
goto out;
|
||||
}
|
||||
found_pa = 1;
|
||||
et.flags.pre_authent = 1;
|
||||
|
Reference in New Issue
Block a user