]> git.sur5r.net Git - openldap/commitdiff
make glue and syncrepl tests work if the overlays were compiled as dynamic
authorRalf Haferkamp <ralf@openldap.org>
Thu, 13 Jan 2005 13:50:48 +0000 (13:50 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Thu, 13 Jan 2005 13:50:48 +0000 (13:50 +0000)
modules

tests/scripts/conf.sh

index 31448d701acb857c78a7070bdf876d3d3c57fc8c..139267d748ccd1809b1c966c7ce9fa646acf6407 100755 (executable)
@@ -37,6 +37,7 @@ sed -e "s/@BACKEND@/${BACKEND}/"                      \
        -e "s/@RELAY@/${RELAY}/"                        \
        -e "s/^#${RELAY}#//"                            \
        -e "s/^#${BACKENDTYPE}#//"                      \
+       -e "s/^#${AC_glue}#//"                          \
        -e "s/^#${AC_ldap}#//"                          \
        -e "s/^#${AC_meta}#//"                          \
        -e "s/^#${AC_relay}#//"                         \
@@ -45,6 +46,7 @@ sed -e "s/@BACKEND@/${BACKEND}/"                      \
        -e "s/^#${AC_pcache}#//"                        \
        -e "s/^#${AC_ppolicy}#//"                       \
        -e "s/^#${AC_refint}#//"                        \
+       -e "s/^#${AC_syncprov}#//"                      \
        -e "s/^#${AC_unique}#//"                        \
        -e "s/^#${AC_rwm}#//"                   \
        -e "s/^#${MON}#//"                              \