Skip to content

Instantly share code, notes, and snippets.

@joesavak
Created September 10, 2012 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joesavak/3693889 to your computer and use it in GitHub Desktop.
Save joesavak/3693889 to your computer and use it in GitHub Desktop.
Keystone and ldap
git clone https://github.com/openstack/keystone.git
sudo apt-get install python-dev libxml2-dev libxslt1-dev libsasl2-dev libsqlite3-dev libssl-dev libldap2-dev
pip install -r tools/pip-requires
pip install -r tools/test-requires
python setup.py develop
#links
#http://adam.younglogic.com/2012/02/openstack-keystone-ldap-redux/
#http://www.youtube.com/watch?v=Istj0_-BwmQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment