]> git.sur5r.net Git - openldap/commitdiff
use ldamodify -a instead of ldapadd
authorKurt Zeilenga <kurt@openldap.org>
Mon, 10 Feb 2003 20:23:41 +0000 (20:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 10 Feb 2003 20:23:41 +0000 (20:23 +0000)
tests/scripts/defines.sh

index f514d3c6f1b75a844475e9659dac0248684856ca..ed726d12e582f927957d762a50b255b05a164529 100755 (executable)
@@ -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