X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius-pysaml2.git;a=blobdiff_plain;f=etc%2Fecp_config.py;h=923ca81d7ee172c679aab1575e9df81d5aa72e09;hp=933e1eef23822f2003d0c593a921f3de1a5168dc;hb=HEAD;hpb=9419ac5045f6e069fe27e2fac834462e38c1e350 diff --git a/etc/ecp_config.py b/etc/ecp_config.py index 933e1ee..923ca81 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,20 @@ 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" + +# is the path of a file containing root CA certificates for SSL +# server certificate validation. + +CA_CERTS = "" + +# If disable_ssl_certificate_validation is true, SSL cert validation will +# not be performed. + +DISABLE_SSL_CERTIFICATE_VALIDATION = True \ No newline at end of file