From 573291b4f541fc293687544641efb4ebda105453 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 07:05:42 +0000 Subject: [PATCH] spelling: configures --- config_template.py | 2 +- configs/development.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_template.py b/config_template.py index 4095269..5811bb7 100644 --- a/config_template.py +++ b/config_template.py @@ -93,7 +93,7 @@ SAML_ATTRIBUTE_ACCOUNT = 'https://example.edu/pdns-account' SAML_SP_ENTITY_ID = 'http://' SAML_SP_CONTACT_NAME = '' SAML_SP_CONTACT_MAIL = '' -#Cofigures if SAML tokens should be encrypted. +#Configures if SAML tokens should be encrypted. #If enabled a new app certificate will be generated on restart SAML_SIGN_REQUEST = False #Use SAML standard logout mechanism retreived from idp metadata diff --git a/configs/development.py b/configs/development.py index 5a15098..ff7d36e 100644 --- a/configs/development.py +++ b/configs/development.py @@ -86,7 +86,7 @@ SAML_ATTRIBUTE_ACCOUNT = 'https://example.edu/pdns-account' SAML_SP_ENTITY_ID = 'http://' SAML_SP_CONTACT_NAME = '' SAML_SP_CONTACT_MAIL = '' -#Cofigures if SAML tokens should be encrypted. +#Configures if SAML tokens should be encrypted. #If enabled a new app certificate will be generated on restart SAML_SIGN_REQUEST = False #Use SAML standard logout mechanism retreived from idp metadata