sails-mssql icon indicating copy to clipboard operation
sails-mssql copied to clipboard

Windows Authentication

Open elpollo12 opened this issue 10 years ago • 0 comments

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

elpollo12 avatar Sep 30 '14 20:09 elpollo12