]> git.sur5r.net Git - openldap/commitdiff
ITS#4316 test subset of attrset
authorHoward Chu <hyc@openldap.org>
Mon, 9 Jan 2006 13:59:17 +0000 (13:59 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 9 Jan 2006 13:59:17 +0000 (13:59 +0000)
tests/scripts/test020-proxycache

index a8170b9f8f591de6c7803e18eb0e2267f565ca0d..209beb2429b037c0402cd58e00255af8bffbffa2 100755 (executable)
@@ -139,10 +139,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)!"