X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius-pysaml2.git;a=blobdiff_plain;f=etc%2Fecp_config.py;h=933e1eef23822f2003d0c593a921f3de1a5168dc;hp=e67803fb9d88860d1b8d148e5dbf5ef2ca564860;hb=9419ac5045f6e069fe27e2fac834462e38c1e350;hpb=83af048d1542232e2914e73e159cc8e5e37fb2a9 diff --git a/etc/ecp_config.py b/etc/ecp_config.py index e67803f..933e1ee 100644 --- a/etc/ecp_config.py +++ b/etc/ecp_config.py @@ -1,9 +1,7 @@ # You shouldn't change this line unless you know what you are doing CONFIG = 'pysaml_config' # PySAML2 Configuration file name -#IDENTITY_CACHE = "identity_cache" -#STATE_CACHE = "state_cache" -METADATA_FILE="../idp/idp.xml" +METADATA_FILE="metadata.xml" DEBUG=0 @@ -14,10 +12,6 @@ SIGN=False # metadata file. This must be the entity ID of the IdP not an endpoint IDP_ENTITYID = "http://example.com/idp" -# Attribute filters per service@hostname -# the key are GSS-Acceptor-Service-Name+':'+GSS-Acceptor-Host-Name -# and the attribute names are the so called friendly-names - -ATTRIBUTE_FILTER = { - "ldap:example.com" : ["email", "givenName", "surname"], -} \ No newline at end of file +# 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