ITS#6191 fix typo in URI for adding back-ldap

This commit is contained in:
Howard Chu 2009-07-01 13:12:45 +00:00
parent 695dbcb26d
commit edb1f50bfb

View File

@ -405,7 +405,7 @@ if test $RC = 0 ; then
exit 1 exit 1
fi fi
if test $BACKLDAP != "ldapno" -a $SYNCPROV != "syncprovno" ; then if test "$BACKLDAP" != "ldapno" && test "$SYNCPROV" != "syncprovno" ; then
echo "" echo ""
echo "Setting up policy state forwarding test..." echo "Setting up policy state forwarding test..."
@ -471,7 +471,7 @@ fi
echo "Configuring syncrepl on consumer..." echo "Configuring syncrepl on consumer..."
if [ "$BACKLDAP" = ldapmod ]; then 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 dn: cn=module,cn=config
objectclass: olcModuleList objectclass: olcModuleList
cn: module cn: module