aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-22 14:16:55 +0200
committerMichał Górny <mgorny@gentoo.org>2013-08-25 22:45:10 +0200
commitc8c41f930089a519fb2c53a3efb6a37801719a3d (patch)
treeb06cfd41aad245a5c777f6673df28b8b0261a63f /okupy/settings/__init__.py
parentReset RNG in @postfork. (diff)
downloadidentity.gentoo.org-c8c41f930089a519fb2c53a3efb6a37801719a3d.tar.gz
identity.gentoo.org-c8c41f930089a519fb2c53a3efb6a37801719a3d.tar.bz2
identity.gentoo.org-c8c41f930089a519fb2c53a3efb6a37801719a3d.zip
Support authentication using SSH.
Diffstat (limited to 'okupy/settings/__init__.py')
-rw-r--r--okupy/settings/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/okupy/settings/__init__.py b/okupy/settings/__init__.py
index e88939b..bdada0a 100644
--- a/okupy/settings/__init__.py
+++ b/okupy/settings/__init__.py
@@ -28,6 +28,7 @@ MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'
AUTHENTICATION_BACKENDS = (
'django_auth_ldap.backend.LDAPBackend',
'okupy.common.auth.SSLCertAuthBackend',
+ 'okupy.common.auth.SSHKeyAuthBackend',
)
MIDDLEWARE_CLASSES = (