sails-mssql
sails-mssql copied to clipboard
Windows Authentication
When I make the connection with the adapter I get the following error: "Login failed for user 'username'." I am using the fork to 0.10.x https://github.com/jaredfromsubway/sails-mssql and need to use windows authentication. Should I put additional configuration?
My connection:
mssql: { adapter: 'sails-mssql', port: 1433, host: 'servername', user: 'username', password: '123456', database: 'db_name' }
Thank you