(_kdc_as_rep): add AD-INITAL-VERIFIED-CAS to the encrypted ticket
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19262 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1467,6 +1467,12 @@ _kdc_as_rep(krb5_context context,
|
|||||||
&reply_key, rep.padata);
|
&reply_key, rep.padata);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto out;
|
goto out;
|
||||||
|
ret = _kdc_add_inital_verified_cas(context,
|
||||||
|
config,
|
||||||
|
pkp,
|
||||||
|
&et);
|
||||||
|
if (ret)
|
||||||
|
goto out;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user