mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
Fix use of generated passwords
This commit is contained in:
parent
d2cf303008
commit
da33140d7c
2 changed files with 3 additions and 3 deletions
|
|
@ -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 $*
|
||||
|
|
|
|||
Loading…
Reference in a new issue