Check windc access after check_flags.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24566 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1072,10 +1072,6 @@ _kdc_as_rep(krb5_context context,
|
||||
goto out;
|
||||
}
|
||||
|
||||
ret = _kdc_windc_client_access(context, client, req, &e_data);
|
||||
if(ret)
|
||||
goto out;
|
||||
|
||||
memset(&et, 0, sizeof(et));
|
||||
memset(&ek, 0, sizeof(ek));
|
||||
|
||||
@@ -1370,6 +1366,9 @@ _kdc_as_rep(krb5_context context,
|
||||
if(ret)
|
||||
goto out;
|
||||
|
||||
ret = _kdc_windc_client_access(context, client, req, &e_data);
|
||||
if(ret)
|
||||
goto out;
|
||||
|
||||
/*
|
||||
* Find the client key (for preauth ENC-TS verification and reply
|
||||
|
Reference in New Issue
Block a user