]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/conf.sh
ITS #3131 - propagate SSF to syncrepl operation
[openldap] / tests / scripts / conf.sh
index 81f4b42f3ae92c5c07eb68b8f4a9055df0d2f44b..ebb1c7bad5789f94a3a608e0532a003a80b0d580 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## Copyright 1998-2004 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -17,11 +17,14 @@ if [ x"$MONITORDB" = x"yes" ] ; then
 else
        MON=nomonitor
 fi
-sed -e "s/@BACKEND@/${BACKEND}/"       \
-       -e "s/^#${BACKEND}#//"                  \
+sed -e "s/@BACKEND@/${BACKEND}/"                       \
+       -e "s/^#${BACKEND}#//"                          \
        -e "s/^#${BACKENDTYPE}#//"                      \
-       -e "s/^#${AC_ldap}#//"                  \
-       -e "s/^#${AC_meta}#//"                  \
+       -e "s/^#${AC_ldap}#//"                          \
+       -e "s/^#${AC_pcache}#//"                        \
+       -e "s/^#${AC_ppolicy}#//"                       \
+       -e "s/^#${AC_refint}#//"                        \
+       -e "s/^#${AC_unique}#//"                        \
        -e "s/^#${MON}#//"                              \
-       -e "s/@CACHETTL@/${CACHETTL}/"   \
+       -e "s/@CACHETTL@/${CACHETTL}/"                  \
        -e "s/@ENTRY_LIMIT@/${CACHE_ENTRY_LIMIT}/"