From 346742e5926f0975305e40fdfa2b15c497fd9b52 Mon Sep 17 00:00:00 2001 From: CVL-GitHub <jupiter.hu@monash.edu> Date: Thu, 13 Aug 2015 14:28:11 +1000 Subject: [PATCH] enable shibboleth --- roles/karaage3.1.17/templates/settings.py.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/karaage3.1.17/templates/settings.py.j2 b/roles/karaage3.1.17/templates/settings.py.j2 index 2a2a211..2fc1a48 100644 --- a/roles/karaage3.1.17/templates/settings.py.j2 +++ b/roles/karaage3.1.17/templates/settings.py.j2 @@ -294,7 +294,8 @@ ACCOUNTS_ORG_NAME = '{{ karaageAcountName }}' # # default: SHIB_SUPPORTED = False # -# SHIB_SUPPORTED = True +# TODO: Should we add a variable to use shibboleth or not??? +SHIB_SUPPORTED = True # Path to AUP policy. Note that setting this will not disable the Karaage # default page, it might be better to replace the AUP with a file in -- GitLab