summaryrefslogtreecommitdiff
path: root/asgard/settings.d
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-10-04 20:37:54 +0200
committerLeif Johansson <leifj@sunet.se>2012-10-04 20:37:54 +0200
commit75051a7fb2fce61859c986bd4b36175dcf489918 (patch)
tree78a85a694e787b7e5fd9e1a6a1419c92d7d00452 /asgard/settings.d
parent8ea3fc021dffd2bad5b85479bc64315777539b93 (diff)
... saml ...
Diffstat (limited to 'asgard/settings.d')
-rw-r--r--asgard/settings.d/20-saml.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asgard/settings.d/20-saml.conf b/asgard/settings.d/20-saml.conf
index 6a786fc..1565dd0 100644
--- a/asgard/settings.d/20-saml.conf
+++ b/asgard/settings.d/20-saml.conf
@@ -2,7 +2,7 @@
from django.conf import settings
from saml2 import BINDING_HTTP_POST, BINDING_HTTP_REDIRECT
-AUTH_PROFILE_MODULE = 'profile.UserProfile'
+AUTH_PROFILE_MODULE = 'meetingtools.apps.userprofile.UserProfile'
SAML_ATTRIBUTE_MAPPING = {
'username': ['eduPersonPrincipalName'],
@@ -19,6 +19,6 @@ SAML_METADATA_FILE = "/var/run/swamid-idp-transitive.xml"
SAML_CREATE_UNKNOWN_USER = True
SAML_CONFIG_LOADER = "meetingtools.apps.auth.asgard_sp_config"
-#AUTHENTICATION_BACKENDS += ['keybucket.utils.saml.TargetedUsernameSamlBackend']
+#AUTHENTICATION_BACKENDS += ['meetingtools.saml.Saml2Backend']
AUTO_REMOTE_SUPERUSERS = ['leifj@nordu.net'] \ No newline at end of file