package ntlm
import "github.com/microsoft/go-mssqldb/integratedauth/ntlm"
Index ¶
Constants ¶
const (
AV_PAIR_MsvAvChannelBindings = 0x000A
)
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
ChannelBinding []byte
}
func (*Auth) Free ¶
func (auth *Auth) Free()
func (*Auth) InitialBytes ¶
func (*Auth) NextBytes ¶
func (*Auth) SetChannelBinding ¶
func (auth *Auth) SetChannelBinding(channelBinding *integratedauth.ChannelBindings)
Source Files ¶
- Version
- v1.10.0 (latest)
- Published
- Apr 30, 2026
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 3 hours ago –
Tools for package owners.