Re: Tickets Longer Than Wanted?

2008-01-09 Thread Tom Yu
John == John Hascall [EMAIL PROTECTED] writes: Also, what release are you running? ... bug in krb5-1.3 ... If you are seeing this behavior with a recent release, we would appreciate hearing more details. John 1.6.3 The error you are seeing is not consistent with my inspection of the

Re: Tickets Longer Than Wanted?

2008-01-09 Thread John Hascall
John == John Hascall [EMAIL PROTECTED] writes: Also, what release are you running? ... bug in krb5-1.3 ... If you are seeing this behavior with a recent release, we would appreciate hearing more details. John 1.6.3 The error you are seeing is not consistent with my inspection of

Re: Tickets Longer Than Wanted?

2008-01-04 Thread John Hascall
John == John Hascall [EMAIL PROTECTED] writes: John Given the following code snippet: krb5_creds rq; time_t now = time(NULL); memset(rq, 0, sizeof(rq)); rq.times.starttime = now; rq.times.endtime = now +

Re: Tickets Longer Than Wanted?

2008-01-04 Thread Tom Yu
John == John Hascall [EMAIL PROTECTED] writes: John Given the following code snippet: krb5_creds rq; time_t now = time(NULL); memset(rq, 0, sizeof(rq)); rq.times.starttime = now; rq.times.endtime = now + 1024;

Tickets Longer Than Wanted?

2007-12-29 Thread John Hascall
Given the following code snippet: krb5_creds rq; time_t now = time(NULL); memset(rq, 0, sizeof(rq)); rq.times.starttime = now; rq.times.endtime = now + 1024; rq.client = iasc-sc_k5_me;