This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
django-kerberos/src/django_kerberos
Benjamin Dauvergne 14a078ac22 New release 1.2.0 2014-08-25 22:55:40 +02:00
..
static/js template include and js code for implementing Kerberos autologin 2014-08-12 11:49:35 +02:00
templates/django_kerberos template include and js code for implementing Kerberos autologin 2014-08-12 11:49:35 +02:00
__init__.py New release 1.2.0 2014-08-25 22:55:40 +02:00
app_settings.py simplification: remove setting KERBEROS_KEYTAB 2014-08-12 11:06:21 +02:00
backends.py refactoring: improve reusability by encapsulating access to app_settings in methods 2014-08-12 11:06:21 +02:00
hashers.py refactoring: improve reusability by encapsulating access to app_settings in methods 2014-08-12 11:06:21 +02:00
models.py first commit 2014-08-09 03:48:24 +02:00
urls.py first commit 2014-08-09 03:48:24 +02:00
views.py Refactor NegotiateView.principal_valid() into two other methods, user_found() and user_not_found() 2014-08-25 18:42:17 +02:00