Changed default sites list to localhost.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 1 Apr 2004 17:52:27 +0000 (17:52 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 1 Apr 2004 17:52:27 +0000 (17:52 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@921 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/sites.xml

index 706f7fa..6806e2f 100644 (file)
@@ -1,16 +1,16 @@
-<SiteGroup Name="urn:mace:inqueue" xmlns="urn:mace:shibboleth:1.0" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
-    <OriginSite Name="urn:mace:inqueue:example.edu" ErrorURL="http://wayf.internet2.edu/InQueue/error.html">
-        <Alias>Example State University</Alias>
-        <Contact Type="technical" Name="Alfred E. Neuman" Email="(no email)"/>
-        <HandleService Location="https://wayf.internet2.edu/InQueue/HS" Name="wayf.internet2.edu"/>
-        <AttributeAuthority Location="https://wayf.internet2.edu/InQueue/AA" Name="wayf.internet2.edu"/>
-        <Domain>example.edu</Domain>
-    </OriginSite>
-    <OriginSite Name="urn:mace:inqueue:shibdev.edu">
-        <Alias>Shibboleth Development Origin</Alias>
-        <Contact Type="technical" Name="Scott Cantor" Email="cantor.2@osu.edu"/>
-        <HandleService Location="https://shib2.internet2.edu/shibboleth/HS" Name="shib2.internet2.edu"/>
-        <AttributeAuthority Location="https://shib2.internet2.edu/shibboleth/AA" Name="shib2.internet2.edu"/>
-        <Domain>shibdev.edu</Domain>
-    </OriginSite>
+<SiteGroup Name="https://localhost/shibboleth" xmlns="urn:mace:shibboleth:1.0">
+       <OriginSite Name="https://localhost/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"/>
+               <Domain>localhost</Domain>
+       </OriginSite>
+
+       <DestinationSite Name="https://localhost/shibboleth/target">
+               <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"/>
+       </DestinationSite>
 </SiteGroup>