Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created October 31, 2014 18:14
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/3421358de868fb0518ce to your computer and use it in GitHub Desktop.
Save FrancescaK/3421358de868fb0518ce to your computer and use it in GitHub Desktop.
Centrify_14
$ kinit alex@MONGOTEST.COM
Password for alex@MONGOTEST.COM:
$ mongo --host lin-client.mongotest.com
> db.getSiblingDB("$external").auth(
{
mechanism: "GSSAPI",
user: "alex@MONGOTEST.COM",
}
)
1
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment