X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest004-modify;h=bcf78dde4432c195ac2344fc250cda4248cea668;hb=1880c23029f01704a90e9ddd847b779b2f271edf;hp=2e110dd7679abfc5536a037de7855e64dc462881;hpb=94193358b46351bc5ee4c7660c1f9b4ded638da8;p=openldap diff --git a/tests/scripts/test004-modify b/tests/scripts/test004-modify index 2e110dd767..bcf78dde44 100755 --- a/tests/scripts/test004-modify +++ b/tests/scripts/test004-modify @@ -43,7 +43,7 @@ fi echo "Testing slapd modify operations..." for i in 0 1 2 3 4 5; do - $LDAPSEARCH -s base -b "$MONITOR" -h localhost -p $PORT \ + $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT \ 'objectclass=*' > /dev/null 2>&1 RC=$? if test $RC = 1 ; then @@ -59,7 +59,7 @@ if test $RC != 0 ; then fi echo "Testing modify, add, and delete..." -$LDAPMODIFY -v -D "$MANAGERDN" -h localhost -p $PORT -w $PASSWD > \ +$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT -w $PASSWD > \ $TESTOUT 2>&1 << EOMODS version: 1 @@ -131,7 +131,7 @@ if test $RC != 0 ; then fi echo "Using ldapsearch to retrieve all the entries..." -$LDAPSEARCH -S "" -b "$BASEDN" -h localhost -p $PORT \ +$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT \ 'objectClass=*' > $SEARCHOUT 2>&1 RC=$? kill -HUP $PID