be sure to parameterize the new config file properly
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 19 Mar 2004 01:45:10 +0000 (01:45 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 19 Mar 2004 01:45:10 +0000 (01:45 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@874 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/shibboleth.xml.in

index 8ebbd28..9fe3c27 100644 (file)
@@ -1,14 +1,14 @@
 <ShibbolethTargetConfig        xmlns="urn:mace:shibboleth:target:config:1.0"
-               logger="@-PKGSYSCONFDIR-@/shibboleth.logger">
+               logger="@-LOGDIR-@/shibboleth.logger">
 
     <Extensions>
-       <Library path="/opt/shibboleth/libexec/xmlproviders.so" fatal="true"/>
+       <Library path="@-LIBEXECDIR-@/xmlproviders.so" fatal="true"/>
     </Extensions>
 
     <SHAR logger="@-PKGSYSCONFDIR-@/shar.logger">
 
            <Extensions>
-               <Library path="/opt/shibboleth/libexec/shib-mysql-ccache.so" fatal="false"/>
+               <Library path="@-LIBEXECDIR-@/shib-mysql-ccache.so" fatal="false"/>
            </Extensions>
        
         <UnixListener address="/tmp/shar-socket"/>
@@ -25,8 +25,8 @@
         <MySQLSessionCache cleanupInterval="300" cacheTimeout="3600" AATimeout="30" AAConnectTimeout="15"
                defaultLifetime="1800" retryInterval="300" strictValidity="true" propagateErrors="false"
                mysqlTimeout="14400">
-            <Argument>--language=/opt/shibboleth/share/english</Argument>
-            <Argument>--datadir=/opt/shibboleth/data</Argument>
+            <Argument>--language=@-PREFIX-@/share/english</Argument>
+            <Argument>--datadir=@-PREFIX-@/data</Argument>
         </MySQLSessionCache>
     </SHAR>