From d1ba5c73b88ab7b547dd779053e6023cabaff526 Mon Sep 17 00:00:00 2001 From: rohe0002 Date: Tue, 25 Oct 2011 16:29:13 +0200 Subject: [PATCH] No default --- etc/config.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 etc/config.py diff --git a/etc/config.py b/etc/config.py deleted file mode 100644 index 94806f1..0000000 --- a/etc/config.py +++ /dev/null @@ -1,17 +0,0 @@ -# You shouldn't change this line unless you know what you are doing -CONFIG = 'pysaml_config' # PySAML2 Configuration file name - -METADATA_FILE="/usr/local/etc/moonshot/metadata.xml" - -DEBUG=0 - -# Should the SP sign the request ? -SIGN=False - -# This is needed in order to pick information about the right IdP from the -# metadata file. This must be the entity ID of the IdP not an endpoint -IDP_ENTITYID = "http://localhost:8087/idp" - -# The password that should be used when authenticating with the IdP -# This password will be used disregarding which user it is. -PASSWD = "foobar" \ No newline at end of file -- 2.1.4