Default to not reloading attribute map
authorScott Cantor <cantor.2@osu.edu>
Thu, 1 Mar 2012 18:36:47 +0000 (18:36 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 1 Mar 2012 18:36:47 +0000 (18:36 +0000)
configs/example-shibboleth2.xml
configs/shibboleth2.xml
configs/win-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"/>
index ccea6dc..e2167a3 100644 (file)
@@ -85,7 +85,7 @@
         -->
 
         <!-- 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"/>
         
         <!-- Use a SAML query if no attributes are supplied during SSO. -->
         <AttributeResolver type="Query" subjectMatch="true"/>
index 448f3a7..3e794ff 100644 (file)
         -->
 
         <!-- 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"/>
         
         <!-- Use a SAML query if no attributes are supplied during SSO. -->
         <AttributeResolver type="Query" subjectMatch="true"/>