Default to not reloading attribute map
[shibboleth/cpp-sp.git] / configs / example-shibboleth2.xml
index dee3782..319a9e0 100644 (file)
         <TrustEngine type="PKIX"/>
 
         <!-- Map to extract attributes from SAML assertions. -->
-        <AttributeExtractor type="XML" validate="true" path="attribute-map.xml"/>
+        <AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/>
 
         <!-- Extracts support information for IdP from its metadata. -->
         <AttributeExtractor type="Metadata" errorURL="errorURL" DisplayName="displayName"/>