From: Kurt Zeilenga Date: Sun, 9 Feb 2003 23:38:21 +0000 (+0000) Subject: Use ldapmodify -a instead of ldapadd. X-Git-Tag: NO_SLAP_OP_BLOCKS~384 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f3a727d7fb6a8b90442451e3836f3b065ae547eb;p=openldap Use ldapmodify -a instead of ldapadd. --- diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh index f514d3c6f1..ed726d12e5 100755 --- a/tests/scripts/defines.sh +++ b/tests/scripts/defines.sh @@ -52,7 +52,7 @@ LDAPPASSWD="$CLIENTDIR/ldappasswd $TOOLARGS" LDAPSEARCH="$CLIENTDIR/ldapsearch $TOOLPROTO $TOOLARGS -LLL" LDAPRSEARCH="$CLIENTDIR/ldapsearch $TOOLPROTO $TOOLARGS" LDAPMODIFY="$CLIENTDIR/ldapmodify $TOOLPROTO $TOOLARGS" -LDAPADD="$CLIENTDIR/ldapadd $TOOLPROTO $TOOLARGS" +LDAPADD="$CLIENTDIR/ldapmodify -a $TOOLPROTO $TOOLARGS" LDAPMODRDN="$CLIENTDIR/ldapmodrdn $TOOLPROTO $TOOLARGS" LDAPWHOAMI="$CLIENTDIR/ldapwhoami $TOOLARGS" SLAPDTESTER=$PROGDIR/slapd-tester