Module sql_auth

Module sql_auth 

Source
Expand description

SQL Server authentication implementation.

This module provides SQL Server username/password authentication, which sends credentials via the TDS Login7 packet.

Structsยง

SqlAuthenticatorDeprecated
SQL Server authenticator (legacy API).
SqlServerAuth
SQL Server authenticator for username/password authentication.