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

Update index.js #4

Merged
merged 3 commits into from
Aug 21, 2018
Merged

Update index.js #4

merged 3 commits into from
Aug 21, 2018

Conversation

lefdilia
Copy link
Contributor

a small edit so we can build KERBEROS URI : "mongodb://principal@server?authMechanism=GSSAPI&gssapiServiceName=mongodb".

EX :
username = encodeURIComponent(principal);
host: server;

http://mongodb.github.io/node-mongodb-native/3.1/tutorials/connect/authenticating/#kerberos-gssapi-sspi

a small edit so we can build KERBEROS URI : "mongodb://principal@server?authMechanism=GSSAPI&gssapiServiceName=mongodb".

EX :
username = encodeURIComponent(principal); 
host: server;

http://mongodb.github.io/node-mongodb-native/3.1/tutorials/connect/authenticating/#kerberos-gssapi-sspi
@lmammino
Copy link
Owner

Build seems to be failing for unrelated reasons. This needs some tests anyway. I'll see if I have some time to add them

Thanks for your amazing contribution @lefdilia :)

@coveralls
Copy link

coveralls commented Aug 21, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 6216d1b on lefdilia:patch-1 into 8d6021e on lmammino:master.

@lmammino lmammino merged commit 8ed5ded into lmammino:master Aug 21, 2018
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

3 participants