krb5: Add support for AD-KDC-ISSUED
This commit is contained in:

committed by
Nico Williams

parent
87f8c0d2b5
commit
1cede09a0b
@@ -1037,6 +1037,12 @@ krb5_rd_req_ctx(krb5_context context,
|
||||
goto out;
|
||||
}
|
||||
|
||||
ret = krb5_ticket_get_authorization_data_type(context, o->ticket,
|
||||
KRB5_AUTHDATA_KDC_ISSUED,
|
||||
NULL);
|
||||
if (ret == 0)
|
||||
o->ticket->client->nameattrs->kdc_issued_verified = 1;
|
||||
|
||||
/* If there is a PAC, verify its server signature */
|
||||
if (inctx == NULL || inctx->check_pac) {
|
||||
krb5_pac pac;
|
||||
|
Reference in New Issue
Block a user