Allow for using AA or ECP
[freeradius-pysaml2.git] / etc / ecp_config.py
index e67803f..933e1ee 100644 (file)
@@ -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