From 65f048335ddf86e77c2a5c938cc1edd7131d0f83 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Wed, 18 Aug 2010 13:16:33 +0000 Subject: [PATCH] should not have enabled CAS in the example local_settings. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@971 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/local_settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conifer/local_settings.py.example b/conifer/local_settings.py.example index 6471690..aa497a6 100644 --- a/conifer/local_settings.py.example +++ b/conifer/local_settings.py.example @@ -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/' #---------------------------------------------------------------------- -- 2.11.0