support EXTRACT_TICKET_TIMESYNC

This commit is contained in:
Love Hornquist Astrand
2009-11-22 12:26:40 -08:00
parent 58ca56ab95
commit eba120e8ce

View File

@@ -498,7 +498,7 @@ krb5_get_in_cred(krb5_context context,
goto out; goto out;
{ {
unsigned flags = 0; unsigned flags = EXTRACT_TICKET_TIMESYNC;
if (opts.request_anonymous) if (opts.request_anonymous)
flags |= EXTRACT_TICKET_ALLOW_SERVER_MISMATCH; flags |= EXTRACT_TICKET_ALLOW_SERVER_MISMATCH;