Fix use of generated passwords

This commit is contained in:
Howard Chu 2006-06-24 02:00:31 +00:00
parent d2cf303008
commit da33140d7c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 $*