Lines Matching defs:pac
322 krb5_pac pac;
324 /* Found PAC */
328 &pac);
333 ret = krb5_pac_verify(context, pac, tkt->authtime,
337 krb5_pac_free(context, pac);
343 client, server, krbtgt, &pac, &signed_pac);
345 krb5_pac_free(context, pac);
350 * Only re-sign PAC if we could verify it with the PAC
352 * a PAC from cross realm from a Windows domain and
353 * that there is no PAC verification function.
357 ret = _krb5_pac_sign(context, pac, tkt->authtime,
361 krb5_pac_free(context, pac);
931 * No not need to filter out the any PAC from the
1884 "Failed to find key for krbtgt PAC check");
1952 "Failed to find key for krbtgt PAC signature");
1959 "Failed to find key for krbtgt PAC signature");
2001 "Verify PAC failed for %s (%s) from %s with %s",
2151 /* If we were about to put a PAC into the ticket, we better fix it to be the right PAC */
2157 kdc_log(context, config, 0, "PAC generation failed for -- %s",
2168 kdc_log(context, config, 0, "PAC signing failed for -- %s",
2300 * generate the PAC for the user.
2303 * a S4U_DELEGATION_INFO blob to the PAC.
2313 "Verify delegated PAC failed to %s for client"
2344 "Ticket not signed with PAC nor SignedPath service %s failed "