package
1.7.2
Repository: https://github.com/microsoft/go-mssqldb.git
Documentation: pkg.go.dev

# Packages

Package krb5 implements the integratedauth.IntegratedAuthenticator interface in order to provide kerberos/active directory (Windows) based authentication.
No description provided by the author

# Functions

GetIntegratedAuthenticator calls the authProvider specified in the 'authenticator' connection string parameter, if supplied.
SetIntegratedAuthenticationProvider stores a named authentication provider.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

IntegratedAuthenticator is the interface for SSPI Login Authentication providers.
Provider returns an SSPI compatible authentication provider.

# Type aliases

ProviderFunc is an adapter to convert a GetIntegratedAuthenticator func into a Provider.