kerby icon indicating copy to clipboard operation
kerby copied to clipboard

Go wrapper for Kerberos GSSAPI

Results 13 kerby issues
Sort by recently updated
recently updated
newest added

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

Taking KerbServer.UserName as an example, the comments say: ``` // Get the user name of the principal trying to authenticate to the server. // This method must only be called...

I ran the klist and got the correct output.But when I do go test,the error msg is printed as below: ./kerby.go:154: entry.principal undefined (type C.struct_krb5_keytab_entry_st has no field or method...