[open-ils-commits] r970 - servres/trunk/conifer (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Aug 18 09:15:13 EDT 2010
Author: gfawcett
Date: 2010-08-18 09:15:12 -0400 (Wed, 18 Aug 2010)
New Revision: 970
Modified:
servres/trunk/conifer/local_settings.py.example
Log:
Put CAS-auth and uwindsor-integration into the local_settings.py.example.
Modified: servres/trunk/conifer/local_settings.py.example
===================================================================
--- servres/trunk/conifer/local_settings.py.example 2010-08-18 02:46:17 UTC (rev 969)
+++ servres/trunk/conifer/local_settings.py.example 2010-08-18 13:15:12 UTC (rev 970)
@@ -37,6 +37,12 @@
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 @@
# 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'
+
More information about the open-ils-commits
mailing list