Created
October 31, 2014 18:14
-
-
Save FrancescaK/3421358de868fb0518ce to your computer and use it in GitHub Desktop.
Centrify_14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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