You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Is there any way to get the valid lifetime of the server state with your API?
The text was updated successfully, but these errors were encountered: