Created
April 27, 2016 21:11
-
-
Save kamidzi/fc33c1cf60f7c7317469b318bf232105 to your computer and use it in GitHub Desktop.
krb5 mess about
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
#!/bin/bash | |
hash -r | |
set -eu | |
# bias towards heimdal | |
#sudo apt-get install -y heimdal-kdc | |
sudo apt-get install -y krb5-kdc krb5-admin-server | |
# For apache | |
sudo apt-get install libapache2-mod-auth-kerb | |
# For python libs, etc | |
sudo apt-get install libkrb5-dev | |
sudo apt-get install python-dev | |
pip install python-keystoneclient-kerberos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment