The Windows Native Authentication Plugin is supported as of Connector/NET 6.4.4.
The interface matches the
MySql.Data.MySqlClient
object. To enable, pass in Integrated Security
to the connection string with a value of yes or
sspi.
Passing in a user id is optional. When Windows authentication is
set up, a MySQL user is created and configured to be used by
Windows authentication. By default, this user id is named
auth_windows, but can be defined using a
different name. If the default name is used, then passing the user
id to the connection string from Connector/NET is optional,
because it will use the auth_windows user.
Otherwise, the name must be passed to the
connection
string using the standard user id element.

User Comments
Add your own comment.