keytab

package
v4.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2018 License: Apache-2.0 Imports: 9 Imported by: 30

Documentation

Overview

Package keytab implements Kerberos keytabs: https://web.mit.edu/kerberos/krb5-devel/doc/formats/keytab_file_format.html.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Keytab

type Keytab struct {
	Version uint8
	Entries []entry
}

Keytab struct.

func Load

func Load(ktPath string) (kt Keytab, err error)

Load a Keytab file into a Keytab type.

func NewKeytab

func NewKeytab() Keytab

NewKeytab creates new, empty Keytab type.

func Parse

func Parse(b []byte) (kt Keytab, err error)

Parse byte slice of Keytab data into Keytab type.

func (*Keytab) GetEncryptionKey

func (kt *Keytab) GetEncryptionKey(nameString []string, realm string, kvno int, etype int32) (types.EncryptionKey, error)

GetEncryptionKey returns the EncryptionKey from the Keytab for the newest entry with the required kvno, etype and matching principal.

func (Keytab) Marshal added in v4.1.0

func (kt Keytab) Marshal() ([]byte, error)

Marshal keytab into byte slice

func (Keytab) Write added in v4.1.0

func (kt Keytab) Write(w io.Writer) (int, error)

Write the keytab bytes to io.Writer. Returns the number of bytes written

Jump to

Keyboard shortcuts

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