django-cas-server/cas_server
Valentin Samir 443c87fa40 Do not try to bind if the user dn was not found with LDAP auth backend
Then using the LDAP auth backend with ``bind`` method for password check, do not try to bind
if the user dn was not found. This was causing the exception
``'NoneType' object has no attribute 'getitem'`` describe in #21
2017-03-29 14:28:36 +02:00
..
locale Added dutch translations 2017-03-29 13:08:55 +02:00
management Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
migrations Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
static/cas_server
templates/cas_server Remove spaceless in forms, fix css class errors 2016-11-20 16:51:32 +01:00
templatetags
tests Add module tests.auth a docstring 2016-10-07 15:36:11 +02:00
__init__.py Update version to 0.8.0 2017-03-08 14:11:26 +01:00
admin.py Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
apps.py
auth.py Do not try to bind if the user dn was not found with LDAP auth backend 2017-03-29 14:28:36 +02:00
cas.py
default_settings.py Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
federate.py
forms.py
models.py Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
urls.py
utils.py
views.py Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00