should not have enabled CAS in the example local_settings.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 18 Aug 2010 13:16:33 +0000 (13:16 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 18 Aug 2010 13:16:33 +0000 (13:16 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@971 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/local_settings.py.example

index 6471690..aa497a6 100644 (file)
@@ -40,7 +40,7 @@ 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_AUTHENTICATION = False
 CAS_SERVER_URL     = 'https://uwinid.uwindsor.ca/cas/'
 
 #----------------------------------------------------------------------