Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get lifetime of client or server state? #5

Open
JLofgren opened this issue May 30, 2017 · 1 comment
Open

Get lifetime of client or server state? #5

JLofgren opened this issue May 30, 2017 · 1 comment

Comments

@JLofgren
Copy link

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

@aebruno
Copy link
Member

aebruno commented May 31, 2017

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants