From da33140d7ca84344ff84d9fcc991c865b7ff5374 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 24 Jun 2006 02:00:31 +0000 Subject: [PATCH] Fix use of generated passwords --- tests/data/slapd-valsort.conf | 2 +- tests/run.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/data/slapd-valsort.conf b/tests/data/slapd-valsort.conf index 0d6b8c0dc0..52c556dc9d 100644 --- a/tests/data/slapd-valsort.conf +++ b/tests/data/slapd-valsort.conf @@ -52,6 +52,6 @@ valsort-attr ou ou=users,o=valsort weighted valsort-attr employeeType ou=users,o=valsort weighted alpha-ascend database config -rootpw @CONFIGPW@ +include configpw.conf #monitor#database monitor diff --git a/tests/run.in b/tests/run.in index 0ab71e6c4d..966762280a 100644 --- a/tests/run.in +++ b/tests/run.in @@ -189,8 +189,8 @@ fi # disable LDAP initialization LDAPNOINIT=true; export LDAPNOINIT -$SLAPPASSWD -g -n >configpw -echo "rootpw `$SLAPPASSWD -T configpw`" >configpw.conf +$SLAPPASSWD -g -n >$CONFIGPWF +echo "rootpw `$SLAPPASSWD -T $CONFIGPWF`" >configpw.conf echo "Running ${SCRIPT}..." $SCRIPT $* -- 2.39.5