Remove extra anonymous check.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24600 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1422,9 +1422,6 @@ _kdc_pk_check_client(krb5_context context,
|
||||
|
||||
if (client_params->cert == NULL) {
|
||||
|
||||
if (!_kdc_is_anonymous(context, client->entry.principal))
|
||||
return KRB5_KDC_ERR_CLIENT_NAME_MISMATCH;
|
||||
|
||||
*subject_name = strdup("anonymous client client");
|
||||
if (*subject_name == NULL)
|
||||
return ENOMEM;
|
||||
|
Reference in New Issue
Block a user