Created
October 5, 2018 04:39
-
-
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
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
# 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