X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fconf.sh;h=58ce5214f4cdc50765ef1bca53d31e997b0d9f40;hb=737562a20b3d8df1ecffec610f285f583b75f5c9;hp=10266bdb5cd256edfc34a33a0adeb934d073722b;hpb=9fb32a65b30427ad51d1fbca58b047f75a5b07eb;p=openldap diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 10266bdb5c..58ce5214f4 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -41,7 +41,6 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${AC_relay}#//" \ -e "s/^#${AC_sql}#//" \ -e "s/^#${RDBMS}#//" \ - -e "s/^#${AC_glue}#//" \ -e "s/^#${AC_pcache}#//" \ -e "s/^#${AC_ppolicy}#//" \ -e "s/^#${AC_refint}#//" \ @@ -50,9 +49,11 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${AC_syncprov}#//" \ -e "s/^#${AC_translucent}#//" \ -e "s/^#${AC_unique}#//" \ + -e "s/^#${AC_valsort}#//" \ -e "s/^#${MON}#//" \ -e "s/^#${MONMOD}#//" \ -e "s/^#${SASL}#//" \ + -e "s/^#${ACI}#//" \ -e "s;@URI1@;${URI1};" \ -e "s;@URI2@;${URI2};" \ -e "s;@URI3@;${URI3};" \