From: rohe0002 Date: Tue, 25 Oct 2011 14:29:13 +0000 (+0200) Subject: No default X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius-pysaml2.git;a=commitdiff_plain;h=d1ba5c73b88ab7b547dd779053e6023cabaff526 No default --- 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