]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test020-proxycache
More fixes from HEAD
[openldap] / tests / scripts / test020-proxycache
index 05466464e43c5794b1956727342c110464c804ee..f0fb00c2b4d82fb5d13b7ed798e22dca702895df 100755 (executable)
@@ -134,10 +134,10 @@ if test $RC != 0 ; then
        exit $RC
 fi
 
-echo "Query 3: filter:(sn=Smith*) attrs:cn sn title uid"  
-echo "# Query 3: filter:(sn=Smith*) attrs:cn sn title uid" >> $SLAVEOUT
+echo "Query 3: filter:(sn=Smith*) attrs:cn sn uid"  
+echo "# Query 3: filter:(sn=Smith*) attrs:cn sn uid" >> $SLAVEOUT
 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
-       'sn=Smith*' cn sn title uid >> $SLAVEOUT 2>&1
+       'sn=Smith*' cn sn uid >> $SLAVEOUT 2>&1
 RC=$?
 if test $RC != 0 ; then
        echo "ldapsearch failed ($RC)!"