mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#6191 fix typo in URI for adding back-ldap
This commit is contained in:
parent
695dbcb26d
commit
edb1f50bfb
@ -405,7 +405,7 @@ if test $RC = 0 ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if test $BACKLDAP != "ldapno" -a $SYNCPROV != "syncprovno" ; then
|
||||
if test "$BACKLDAP" != "ldapno" && test "$SYNCPROV" != "syncprovno" ; then
|
||||
echo ""
|
||||
echo "Setting up policy state forwarding test..."
|
||||
|
||||
@ -471,7 +471,7 @@ fi
|
||||
|
||||
echo "Configuring syncrepl on consumer..."
|
||||
if [ "$BACKLDAP" = ldapmod ]; then
|
||||
$LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
|
||||
$LDAPADD -D cn=config -H $URI2 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
|
||||
dn: cn=module,cn=config
|
||||
objectclass: olcModuleList
|
||||
cn: module
|
||||
|
Loading…
Reference in New Issue
Block a user