From: Pierangelo Masarati Date: Sat, 19 Jun 2004 16:29:30 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~225 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b2226f75c495558933991383d0857cfa2df884e8;p=openldap cleanup --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 49f326c9a0..42e623c3e1 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -27,6 +27,7 @@ if [ x"$WITH_SASL" = x"yes" -a x"$USE_SASL" != x"no" ] ; then if [ x"$USE_SASL" = x"yes" ] ; then USE_SASL=DIGEST-MD5 fi + SASL_MECH="\"mech=$USE_SASL\"" else SASL="nosasl" SASL_MECH= @@ -42,6 +43,6 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${MON}#//" \ -e "s/^#${MONMOD}#//" \ -e "s/^#${SASL}#//" \ - -e "s/#SASL_MECH#/\"mech=${USE_SASL}\"/" \ + -e "s/#SASL_MECH#/${SASL_MECH}/" \ -e "s/@CACHETTL@/${CACHETTL}/" \ -e "s/@ENTRY_LIMIT@/${CACHE_ENTRY_LIMIT}/"