Registry / auth / jcmturner-gokrb5-v7

jcmturner-gokrb5-v7

JSON →
library7.5.0gogounverified

A Kerberos 5 implementation for Go, providing authentication and encryption services.

go get gopkg.in/jcmturner/gokrb5.v7
INSTALL
IMPORT
SIG · JCMTURNER-GOKRB5-V
J
jcmturner-gokrb5-v7
authgov7.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gokrb5
gopkg.in/jcmturner/gokrb5.v7

Creates a Kerberos client and logs in.

package main import ( "gopkg.in/jcmturner/gokrb5.v7/client" ) func main() { cl := client.NewClientWithPassword("user", "REALM", "password") cl.Login() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
Resources
jcmturner-gokrb5-v7 — go get jcmturner-gokrb5-v7 · libregistry