RETIRED, Kerberos support for django-openstack-auth
Go to file
Steve Martinelli 517d3ff3bb deprecate the entire library
the library is essentially unmaintained, no tests have been added
since it's inception 1.5 years ago.

we can move the functionality to django_openstack_auth proper
using extras, or attic the entire library if no one is using it.
either way, this is a step toward both of those outcomes.

Change-Id: I5e2cf2852e89586415ddbe8da022f7461b3ba0d6
Closes-Bug: 1584432
2016-11-17 23:11:36 +00:00
data Added a bunch of documentation 2015-03-26 10:18:08 +11:00
doc Merge "Update Documentation" 2015-05-12 23:48:28 +00:00
openstack_auth_kerberos deprecate the entire library 2016-11-17 23:11:36 +00:00
.coveragerc First Commit 2015-03-12 16:11:15 +11:00
.gitignore Added a bunch of documentation 2015-03-26 10:18:08 +11:00
.gitreview First Commit 2015-03-12 16:11:15 +11:00
.mailmap First Commit 2015-03-12 16:11:15 +11:00
.testr.conf First Commit 2015-03-12 16:11:15 +11:00
CONTRIBUTING.rst First Commit 2015-03-12 16:11:15 +11:00
HACKING.rst First Commit 2015-03-12 16:11:15 +11:00
LICENSE First Commit 2015-03-12 16:11:15 +11:00
MANIFEST.in First Commit 2015-03-12 16:11:15 +11:00
README.rst Update Documentation 2015-05-13 07:25:34 +10:00
babel.cfg First Commit 2015-03-12 16:11:15 +11:00
openstack-common.conf First Commit 2015-03-12 16:11:15 +11:00
requirements.txt switch to ksa 2016-05-19 20:27:48 +00:00
setup.cfg Remove Py33 support 2016-01-12 12:18:57 +09:00
setup.py Fix pep8 and doc error 2015-05-12 15:51:31 -07:00
test-requirements.txt First Commit 2015-03-12 16:11:15 +11:00
tox.ini Remove Py33 support 2016-01-12 12:18:57 +09:00

README.rst

django-openstack-auth-kerberos

django-openstack-auth-kerberos provides a way to extend django-openstack-auth to allow kerberos login via S4U2 Proxy. It separates the code and additional dependencies required so that they are not required as part of the base DOA requirements.

For installation instructions please consult the docs.