Embed spaces in DNs
authorcantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 16 Apr 2004 06:09:46 +0000 (06:09 +0000)
committercantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 16 Apr 2004 06:09:46 +0000 (06:09 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@986 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/conf/inqueue_sites.xml
src/conf/sites.xml

index 0f9f656..4b1616d 100644 (file)
                <Alias>Example State University</Alias>
                <Contact Type="technical" Name="InQueue Support" Email="inqueue-support@internet2.edu"/>
                <AssertionConsumerServiceURL Location="https://wayf.internet2.edu/SHIRE"/>
-               <AttributeRequester Name="CN=wayf.internet2.edu,OU=TSG,O=University Corporation for Advanced Internet Development,L=Ann Arbor,ST=Michigan,C=US"/>
+               <AttributeRequester Name="CN=wayf.internet2.edu, OU=TSG, O=University Corporation for Advanced Internet Development, L=Ann Arbor, ST=Michigan, C=US"/>
        </DestinationSite>
 
        <DestinationSite Name="urn:mace:inqueue:shibdev.edu">
                <Alias>Shibboleth Development Target</Alias>
                <Contact Type="technical" Name="Scott Cantor" Email="cantor.2@osu.edu"/>
                <AssertionConsumerServiceURL Location="https://shib2.internet2.edu/Shibboleth.shire"/>
-               <AttributeRequester Name="Email=root@shib2.internet2.edu,CN=shib2.internet2.edu,O=UCAID,L=Ann Arbor,ST=Michigan,C=US"/>
+               <AttributeRequester Name="Email=root@shib2.internet2.edu, CN=shib2.internet2.edu, O=UCAID, L=Ann Arbor, ST=Michigan, C=US"/>
        </DestinationSite>
 </SiteGroup>
index c5f0f5c..358d50f 100644 (file)
@@ -19,8 +19,8 @@
        <OriginSite Name="https://example.org/shibboleth/origin">
                <Alias>Localhost Test Deployment</Alias>
                <Contact Type="technical" Name="Your Name Here" Email="root@localhost"/>
-               <HandleService Location="https://localhost/shibboleth/HS" Name="CN=localhost,O=Shibboleth Project,C=US"/>
-               <AttributeAuthority Location="https://localhost/shibboleth/AA" Name="CN=localhost,O=Shibboleth Project,C=US"/>
+               <HandleService Location="https://localhost/shibboleth/HS" Name="CN=localhost, O=Shibboleth Project, C=US"/>
+               <AttributeAuthority Location="https://localhost/shibboleth/AA" Name="CN=localhost, O=Shibboleth Project, C=US"/>
                <Domain>localhost</Domain>
        </OriginSite>
 
@@ -28,6 +28,6 @@
                <Alias>Localhost Test Deployment</Alias>
                <Contact Type="technical" Name="Your Name Here" Email="root@localhost"/>
                <AssertionConsumerServiceURL Location="https://localhost/Shibboleth.shire"/>
-               <AttributeRequester Name="CN=localhost,O=Shibboleth Project,C=US"/>
+               <AttributeRequester Name="CN=localhost, O=Shibboleth Project, C=US"/>
        </DestinationSite>
 </SiteGroup>