kerby
kerby copied to clipboard
Get lifetime of client or server state?
Is there any way to get the valid lifetime of the server state with your API?
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).