From 2feee0dc90319d19c451bb87559ab6a02322b197 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Wed, 18 Aug 2010 13:15:12 +0000 Subject: [PATCH] Put CAS-auth and uwindsor-integration into the local_settings.py.example. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@970 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/local_settings.py.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conifer/local_settings.py.example b/conifer/local_settings.py.example index 84ce294..6471690 100644 --- a/conifer/local_settings.py.example +++ b/conifer/local_settings.py.example @@ -37,6 +37,12 @@ EVERGREEN_AUTHENTICATION = False # Evergreen ILS authentication LINKTOOL_AUTHENTICATION = False # Sakai LMS Linktool authentication LINKTOOL_AUTH_URL = 'https://...' # fixme, add documentation +# CAS authentication. See conifer/integration/cas.py, or +# http://code.google.com/p/django-cas/ . + +CAS_AUTHENTICATION = True +CAS_SERVER_URL = 'https://uwinid.uwindsor.ca/cas/' + #---------------------------------------------------------------------- # Stuff that probably belongs in a config table in the database, with # a nice UI to maintain it all. @@ -50,4 +56,5 @@ Z3950_CONFIG = ('zed.concat.ca', 210, 'OWA') #OWA,OSUL,CONIFER # functions, and other late initializations. # See the 'conifer.syrup.integration' module for more information. -INTEGRATION_MODULE = 'name.of.our.integration.module' +INTEGRATION_MODULE = 'conifer.integration.uwindsor' + -- 2.11.0