]> git.sur5r.net Git - openldap/commitdiff
add userid case
authorKurt Zeilenga <kurt@openldap.org>
Thu, 29 Aug 2002 03:03:51 +0000 (03:03 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 29 Aug 2002 03:03:51 +0000 (03:03 +0000)
tests/scripts/test015-xsearch

index 1657b9204c4d15608fe86f6a90debcd0add50bd2..acdc134128f4b90f9fdbda415422f762e5290267 100755 (executable)
@@ -110,6 +110,17 @@ if test $RC != 0 ; then
        exit $RC
 fi
 
+echo "Testing objectClass/attributeType inheritance ..."
+$LDAPSEARCH -M -a never -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT \
+       '(&(objectClass=inetorgperson)(userid=uham))' \
+       "2.5.4.0" "userid" >> $SEARCHOUT 2>&1
+RC=$?
+if test $RC != 0 ; then
+       echo "ldapsearch failed ($RC)!"
+       kill -HUP $PID
+       exit $RC
+fi
+
 kill -HUP $PID
 
 LDIF=$SEARCHOUTMASTER