Change to new element name
authorgilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 12 May 2005 13:32:39 +0000 (13:32 +0000)
committergilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 12 May 2005 13:32:39 +0000 (13:32 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1471 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/conf/IdP.xml

index eae08b0..c22ea97 100644 (file)
        xmlns:cred="urn:mace:shibboleth:credentials:1.0" 
        xmlns:name="urn:mace:shibboleth:namemapper:1.0" 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-       xsi:schemaLocation="urn:mace:shibboleth:idp:config:1.0 shibboleth-idpconfig-1.0.xsd" 
+       xsi:schemaLocation="urn:mace:shibboleth:idp:config:1.0 ../schemas/shibboleth-idpconfig-1.0.xsd" 
        AAUrl="http://shibboleth.example.org:8080/shibboleth/AA" 
        resolverConfig="/conf/resolver.xml"
        defaultRelyingParty="urn:mace:inqueue:example.org" 
        providerId="urn:mace:inqueue:example.org">
 
        <RelyingParty name="urn:mace:inqueue:example.org" signingCredential="foo">
-               <HSNameFormat nameMapping="shm"/>
+               <NameID nameMapping="shm"/>
        </RelyingParty>
 
        <!-- You'll need to get a test credential from an InQueue CA -->