From: Quanah Gibson-Mount Date: Tue, 14 Sep 2021 16:50:07 +0000 (+0000) Subject: ITS#9464 - memberof is still used in the regression suite X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17509d74f39799b10a78c872d0a27a5136f850f;p=thirdparty%2Fopenldap.git ITS#9464 - memberof is still used in the regression suite --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 0b79dc0adf..dbcc9066f5 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -41,6 +41,7 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${AC_deref}#//" \ -e "s/^#${AC_dynlist}#//" \ -e "s/^#${AC_homedir}#//" \ + -e "s/^#${AC_memberof}#//" \ -e "s/^#${AC_pcache}#//" \ -e "s/^#${AC_ppolicy}#//" \ -e "s/^#${AC_refint}#//" \