Skip to content
Snippets Groups Projects
Commit da33140d authored by Howard Chu's avatar Howard Chu
Browse files

Fix use of generated passwords

parent d2cf3030
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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 $*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment