aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-12 11:12:21 +0200
committerMichał Górny <mgorny@gentoo.org>2013-08-12 16:07:52 +0200
commit2eb2728b23fef8d35822ff7f0efb9d0d11a5e74f (patch)
tree060493d72fbeca5f922a2c0233a4c77d8ba9e4ae /okupy/settings
parentSSL auth: authenticate directly into session. (diff)
downloadidentity.gentoo.org-2eb2728b23fef8d35822ff7f0efb9d0d11a5e74f.tar.gz
identity.gentoo.org-2eb2728b23fef8d35822ff7f0efb9d0d11a5e74f.tar.bz2
identity.gentoo.org-2eb2728b23fef8d35822ff7f0efb9d0d11a5e74f.zip
Move SSL verification into a dedicated backend.
Diffstat (limited to 'okupy/settings')
-rw-r--r--okupy/settings/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/okupy/settings/__init__.py b/okupy/settings/__init__.py
index 3c88a1c..9b59a2d 100644
--- a/okupy/settings/__init__.py
+++ b/okupy/settings/__init__.py
@@ -27,7 +27,7 @@ MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'
# Custom authentication backend
AUTHENTICATION_BACKENDS = (
'django_auth_ldap.backend.LDAPBackend',
- 'okupy.common.auth.ExternalBackend',
+ 'okupy.common.auth.SSLCertAuthBackend',
)
MIDDLEWARE_CLASSES = (