Correct adfs load lines.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 19 Aug 2007 19:20:12 +0000 (19:20 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 19 Aug 2007 19:20:12 +0000 (19:20 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2432 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/shibboleth2.xml.in

index 8121b37..8a687e2 100644 (file)
@@ -7,17 +7,12 @@
        xsi:schemaLocation="urn:mace:shibboleth:2.0:native:sp:config @-PKGXMLDIR-@/shibboleth-2.0-native-sp-config.xsd"
        logger="@-PKGSYSCONFDIR-@/syslog.logger" clockSkew="180">
 
-       <!--
-       <Extensions>
-               <Library path="@-LIBEXECDIR-@/adfs.so" fatal="true"/>
-       </Extensions>
-       -->
-
        <!-- The OutOfProcess section pertains to components that run in the shibd daemon. -->
        <OutOfProcess logger="@-PKGSYSCONFDIR-@/shibd.logger">
                
                <!--
                <Extensions>
+                       <Library path="@-LIBEXECDIR-@/adfs.so" fatal="true"/>
                        <Library path="@-LIBEXECDIR-@/odbc-store.so" fatal="true"/>
                </Extensions>
                -->
     
        <!-- The InProcess section pertains to components that run inside the web server. -->
        <InProcess logger="@-PKGSYSCONFDIR-@/native.logger">
+
+               <!--
+               <Extensions>
+                       <Library path="@-LIBEXECDIR-@/adfs-lite.so" fatal="true"/>
+               </Extensions>
+               -->
+               
                <SessionCache type="Remoted" cleanupInterval="900" cacheTimeout="900"/>
        
                <!--