kdc: remove pac_attributes_present field
Remove the unwieldy pac_attributes_present field from the request structure. Instead, if PAC attributes are not present in the TGT, the default is to assume they were set to KRB5_PAC_WAS_GIVEN_IMPLICITLY.
This commit is contained in:
@@ -848,8 +848,7 @@ _kdc_fast_check_armor_pac(astgs_request_t r)
|
||||
armor_client, r->armor_server,
|
||||
r->armor_server, r->armor_server,
|
||||
&r->armor_key->key, &r->armor_key->key,
|
||||
&r->armor_ticket->ticket, &ad_kdc_issued, &mspac,
|
||||
NULL, NULL, NULL);
|
||||
&r->armor_ticket->ticket, &ad_kdc_issued, &mspac, NULL, NULL);
|
||||
if (ret) {
|
||||
const char *msg = krb5_get_error_message(r->context, ret);
|
||||
|
||||
|
Reference in New Issue
Block a user