Missed a file during last commit
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sun, 31 Aug 2008 11:02:24 +0000 (11:02 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sun, 31 Aug 2008 11:02:24 +0000 (11:02 +0000)
Update attribute resolver so that entitlement does not rely on the static data connector default.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2756 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/installer/resources/conf-tmpl/attribute-resolver.xml
src/installer/resources/conf-tmpl/internal.xml

index 99906f6..49cb8e4 100644 (file)
     <!--
     <resolver:AttributeDefinition id="eduPersonAffiliation" xsi:type="Simple" xmlns="urn:mace:shibboleth:2.0:resolver:ad"
         sourceAttributeID="eduPersonAffiliation">
-        <resolver:Dependency ref="staticAttributes" />
         <resolver:Dependency ref="myLDAP" />
 
         <resolver:AttributeEncoder xsi:type="SAML1String" xmlns="urn:mace:shibboleth:2.0:attribute:encoder"
index fa666cf..1381824 100644 (file)
@@ -38,7 +38,7 @@
                     org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
                 </prop>
                 <prop key="string.resource.loader.class">
-                    org.apache.velocity.runtime.resource.loader.StringResourceLoader
+                    edu.internet2.middleware.shibboleth.common.util.StringResourceLoader
                 </prop>
             </props>
         </property>