No default
authorrohe0002 <roland.hedberg@adm.umu.se>
Tue, 25 Oct 2011 14:29:13 +0000 (16:29 +0200)
committerrohe0002 <roland.hedberg@adm.umu.se>
Tue, 25 Oct 2011 14:29:13 +0000 (16:29 +0200)
etc/config.py [deleted file]

diff --git a/etc/config.py b/etc/config.py
deleted file mode 100644 (file)
index 94806f1..0000000
+++ /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