Created
October 5, 2018 04:52
-
-
Save sarjarapu/1af8d7e168b97662bcecb9dad65d46da to your computer and use it in GitHub Desktop.
A bash script to install the Kerberos client and display the Kerberos configuration file on the User machine
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 the Client's machine | |
sudo cat /etc/krb5.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment