Andrew E. Bruno
Andrew E. Bruno
> 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`...
> What is the proper way to check the response code from KerbServer.Step? Something like this should be sufficent: ```go err = kc.Step("") if err != nil { // handle...
> Hello ! Is this repository dead ? I was searching for group function too and that PR looks great but is kinda old. Is there a maintained new lib...