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/c2c7b35c6b77a81283cd to your computer and use it in GitHub Desktop.
Save FrancescaK/c2c7b35c6b77a81283cd to your computer and use it in GitHub Desktop.
Centrify_13
$ nano /etc/mongod.conf
# Listen to local interface only. Comment out to listen on all interfaces.
#bind_ip=127.0.0.1
auth=true
setParameter=authenticationMechanisms=GSSAPI
$ service mongod stop
$ env KRB5_KTNAME=/home/ec2-user/mongod_lin.keytab mongod -f /etc/mongod.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment