[open-ils-commits] r971 - servres/trunk/conifer (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 18 09:16:34 EDT 2010


Author: gfawcett
Date: 2010-08-18 09:16:33 -0400 (Wed, 18 Aug 2010)
New Revision: 971

Modified:
   servres/trunk/conifer/local_settings.py.example
Log:
should not have enabled CAS in the example local_settings.

Modified: servres/trunk/conifer/local_settings.py.example
===================================================================
--- servres/trunk/conifer/local_settings.py.example	2010-08-18 13:15:12 UTC (rev 970)
+++ servres/trunk/conifer/local_settings.py.example	2010-08-18 13:16:33 UTC (rev 971)
@@ -40,7 +40,7 @@
 # CAS authentication. See conifer/integration/cas.py, or
 # http://code.google.com/p/django-cas/ .
 
-CAS_AUTHENTICATION = True
+CAS_AUTHENTICATION = False
 CAS_SERVER_URL     = 'https://uwinid.uwindsor.ca/cas/'
 
 #----------------------------------------------------------------------



More information about the open-ils-commits mailing list