krb5

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2023 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SetKrbConfig = setupKerbConfig
	SetKrbKeytab = setupKerbKeytab
	SetKrbCache  = setupKerbCache
)
View Source
var (
	AuthProviderFunc integratedauth.Provider = integratedauth.ProviderFunc(getAuth)
)

Functions

This section is empty.

Types

type Kerberos

type Kerberos struct {
	// Kerberos configuration details
	Config *config.Config

	// Credential cache
	Cache *credentials.CCache

	// A Kerberos realm is the domain over which a Kerberos authentication server has the authority
	// to authenticate a user, host or service.
	Realm string

	// Kerberos keytab that stores long-term keys for one or more principals
	Keytab *keytab.Keytab
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL