Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Authentication #14

Open
elpollo12 opened this issue Sep 30, 2014 · 0 comments
Open

Windows Authentication #14

elpollo12 opened this issue Sep 30, 2014 · 0 comments

Comments

@elpollo12
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant