krb5

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2020 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Overview

Package krb5 contains the implementation of krb5 (Kerberos) security provider.

Index

Constants

This section is empty.

Variables

View Source
var Default auth.Auther

Default is a Kerberos 5 client configured from cached credentials. If the credentials could not be correctly configured, Default will be nil.

View Source
var Type = [4]byte{'k', 'r', 'b', '5'}

Type indicates that krb5 (Kerberos) authentication protocol is used.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	// contains filtered or unexported fields
}

Auth implements krb5 (Kerberos) security provider.

func WithClient

func WithClient(client *client.Client) *Auth

WithClient creates a new Auth using the provided krb5 client.

func WithCredCache

func WithCredCache() (*Auth, error)

WithCredCache creates a new Auth configured from cached credentials.

func WithPassword

func WithPassword(user, realm, password string) (*Auth, error)

WithPassword creates a new Auth configured from the provided user, realm and password.

func (*Auth) Provider

func (*Auth) Provider() string

Provider implements auth.Auther

func (*Auth) Request

func (a *Auth) Request(params []string) (*auth.Request, error)

Request implements auth.Auther

Jump to

Keyboard shortcuts

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