Skip to content

Instantly share code, notes, and snippets.

@kamidzi
Created April 27, 2016 21:11
Show Gist options
  • Save kamidzi/fc33c1cf60f7c7317469b318bf232105 to your computer and use it in GitHub Desktop.
Save kamidzi/fc33c1cf60f7c7317469b318bf232105 to your computer and use it in GitHub Desktop.
krb5 mess about
#!/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