package ntlm

import "github.com/microsoft/go-mssqldb/integratedauth/ntlm"

Index

Variables

var AuthProvider integratedauth.Provider = integratedauth.ProviderFunc(getAuth)

AuthProvider handles NTLM SSPI Windows Authentication

Types

type Auth

type Auth struct {
	Domain      string
	UserName    string
	Password    string
	Workstation string
}

func (*Auth) Free

func (auth *Auth) Free()

func (*Auth) InitialBytes

func (auth *Auth) InitialBytes() ([]byte, error)

func (*Auth) NextBytes

func (auth *Auth) NextBytes(bytes []byte) ([]byte, error)

Source Files

ntlm.go provider.go

Version
v1.0.0
Published
May 25, 2023
Platform
js/wasm
Imports
13 packages
Last checked
20 minutes ago

Tools for package owners.