Skip to content

Instantly share code, notes, and snippets.

@sarjarapu
Created October 5, 2018 04:39
Show Gist options
  • Save sarjarapu/4e5d8ef82868f7662e3f4dd1ffa25490 to your computer and use it in GitHub Desktop.
Save sarjarapu/4e5d8ef82868f7662e3f4dd1ffa25490 to your computer and use it in GitHub Desktop.
A bash script to install the Kerberos client and display the Kerberos configuration file
# Install the Kerberos client
sudo yum install -y krb5-workstation
# TODO: Copy the /etc/krb5.conf file contents from
# Kerberos Server's config file to MongoDB server
sudo cat /etc/krb5.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment