X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius-pysaml2.git;a=blobdiff_plain;f=etc%2Fecp_config.py;h=0e74bf0c4441cfff7d93a4eb012011da8a87cb2d;hp=933e1eef23822f2003d0c593a921f3de1a5168dc;hb=606726b074d10fd4b9396d529cabd30caf268f01;hpb=f8eba994378742f0de95971f165645c016025e4e diff --git a/etc/ecp_config.py b/etc/ecp_config.py index 933e1ee..0e74bf0 100644 --- a/etc/ecp_config.py +++ b/etc/ecp_config.py @@ -1,7 +1,7 @@ # You shouldn't change this line unless you know what you are doing CONFIG = 'pysaml_config' # PySAML2 Configuration file name -METADATA_FILE="metadata.xml" +METADATA_FILE="/usr/local/etc/moonshot/metadata.xml" DEBUG=0 @@ -14,4 +14,10 @@ IDP_ENTITYID = "http://example.com/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 + +PASSWD = "" + +# If you don't want to used Basic-Auth you can place the username in a +# header. This defines the header name + +USERNAME_HEADER = "X-Moonshot-Username" \ No newline at end of file