Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created October 31, 2014 18:14
Show Gist options
  • 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 [email protected]
Password for [email protected]:
$ mongo --host lin-client.mongotest.com
> db.getSiblingDB("$external").auth(
{
mechanism: "GSSAPI",
user: "[email protected]",
}
)
1
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment