Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created October 31, 2014 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrancescaK/f45ed8f15bd336ed6d18 to your computer and use it in GitHub Desktop.
Save FrancescaK/f45ed8f15bd336ed6d18 to your computer and use it in GitHub Desktop.
Centrify_11
$ mongo
> db.getSiblingDB("$external").auth(
{
mechanism: "PLAIN",
user: "alex",
pwd: "xxx",
digestPassword: false
}
)
1
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment