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 Add a CAS_INFO_MESSAGES and CAS_INFO_MESSAGES_ORDER settings allowing to display messages 2016-08-24 18:01:45 +02:00
templates/cas_server Remove spaceless in forms, fix css class errors 2016-11-20 16:51:32 +01:00
templatetags typo in templatetags docstrings 2016-08-02 15:22:27 +02:00
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 Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
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 [cas.py] Append renew=true when validating tickets 2016-08-01 17:01:11 +02:00
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 Fix more spelling and grammar errors 2016-09-18 11:40:03 +02:00
forms.py Only check for valid username/password if username and password POST fields are posted. 2016-09-07 17:13:42 +02:00
models.py Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
urls.py Add secret as sensitive variables/post parameter for /auth 2016-07-31 12:28:10 +02:00
utils.py Allow both unicode and bytes dotted string in utils.import_attr 2016-09-18 11:21:33 +02:00
views.py Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00