Default format for targetedID should match 1.3's code.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 25 Jul 2007 17:04:23 +0000 (17:04 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 25 Jul 2007 17:04:23 +0000 (17:04 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2373 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/attribute-map.xml.in

index ecaac80..e6c002e 100644 (file)
 
        <!-- Second, the new version (note the OID-style name): -->
        <Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10" id="persistent-id">
-               <AttributeDecoder xsi:type="NameIDAttributeDecoder" formatter="$Name!!$NameQualifier!!$SPNameQualifier"/>
+               <AttributeDecoder xsi:type="NameIDAttributeDecoder" formatter="$NameQualifier!$SPNameQualifier!$Name"/>
        </Attribute>
 
        <!-- Third, the SAML 2.0 NameID Format: -->
        <Attribute name="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" id="persistent-id">
-               <AttributeDecoder xsi:type="NameIDAttributeDecoder" formatter="$Name!!$NameQualifier!!$SPNameQualifier"/>
+               <AttributeDecoder xsi:type="NameIDAttributeDecoder" formatter="$NameQualifier!$SPNameQualifier!$Name"/>
        </Attribute>
        
        <!-- Some more eduPerson attributes, uncomment these to use them... -->