]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Use ldapmodify -a instead of ldapadd
authorKurt Zeilenga <kurt@openldap.org>
Tue, 26 Nov 2002 19:22:25 +0000 (19:22 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 26 Nov 2002 19:22:25 +0000 (19:22 +0000)
tests/scripts/defines.sh

index 236952098c497f13b55196ef80afd792d02fb71b..c08a9fa93d1c28895105879f929a7ea21149b149 100755 (executable)
@@ -50,7 +50,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