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 }
Click to show internal directories.
Click to hide internal directories.