Registry / auth / jcmturner-gokrb5-v5

jcmturner-gokrb5-v5

JSON →
library5.3.0gogounverified

Package gokrb5 provides a Kerberos 5 implementation for Go, enabling authentication and secure communication.

go get gopkg.in/jcmturner/gokrb5.v5
INSTALL
IMPORT
SIG · JCMTURNER-GOKRB5-V
J
jcmturner-gokrb5-v5
authgov5.3.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.v5

Create a Kerberos client with password authentication

package main import ( "gopkg.in/jcmturner/gokrb5.v5/client" ) func main() { cl := client.NewClientWithPassword("user", "EXAMPLE.COM", "password") _ = cl }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
jcmturner-gokrb5-v5 — go get jcmturner-gokrb5-v5 · libregistry