kerby icon indicating copy to clipboard operation
kerby copied to clipboard

Get lifetime of client or server state?

Open JLofgren opened this issue 7 years ago • 1 comments

Is there any way to get the valid lifetime of the server state with your API?

JLofgren avatar May 30 '17 20:05 JLofgren

Is there any way to get the valid lifetime of the server state with your API?

No not currently. The underlying C code calls gss_acquire_cred() with time_req = GSS_C_INDEFINITE (request the maximum permitted lifetime) and also set time_rec = NULL (this would return the actual number of seconds for which the credential is valid but it's currently ignored).

aebruno avatar May 31 '17 15:05 aebruno