]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/conf.sh
ITS #3131 - propagate SSF to syncrepl operation
[openldap] / tests / scripts / conf.sh
index 5b49c9c494e9f5a012d026823e04b4f4ca465847..ebb1c7bad5789f94a3a608e0532a003a80b0d580 100755 (executable)
@@ -17,12 +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_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}/"