From 6aadc748df8e30db188d379bb0a727e5f607c79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 22 Feb 2016 10:59:04 +0100 Subject: [PATCH] doc: update "enable CAS" settings name --- quick_cas_idp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_cas_idp.rst b/quick_cas_idp.rst index d5b74b0..ba15dca 100644 --- a/quick_cas_idp.rst +++ b/quick_cas_idp.rst @@ -6,7 +6,7 @@ Quickstart a CAS Identity Provider 1. Activate CAS IdP support in your local_settings.py:: - IDP_CAS = True + A2_IDP_CAS_ENABLE = True 2. Then create the database table to hold CAS service tickets::