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

fix problems with encrypted data and NTLM login. #367

Merged
merged 6 commits into from Jul 2, 2016

Conversation

leerlemoniii
Copy link
Contributor

I made changes (discussed in #338) but did not write tests for this, since I do not know how these tests work, and am not very good at coffee script. In addition my time is limited, but I personally needed this change for my project.

@mcrummey
Copy link

Updated this pull request. All unit tests pass. Is there documentation on how to perform integration testing?

@arthurschreiber arthurschreiber merged commit 123b297 into tediousjs:master Jul 2, 2016
@arthurschreiber
Copy link
Collaborator

Thanks for your contribution! ❤️

@sarath125
Copy link

Hi i am using mssql nodejs package, encrypted data and NTLM login is throwing issue
(node:9988) [DEP0064] DeprecationWarning: tls.createSecurePair() is deprecated. Please use tls.Socket instead.

my Config File look like this
var config = {
"userName": "user.name",
"password": "password",
"server": "servername",
"domain": "DOMAIN_NAME_CAPITALIZED_AND_NOT_FQDM",
"options": {
"encrypt": false
}
};

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

Successfully merging this pull request may close these issues.

None yet

5 participants