Skip to content
Snippets Groups Projects
Commit 68d59abe authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add case to 009

parent eb181529
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,18 @@ 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 $SLAVEPID
LDIF=$SEARCHOUTMASTER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment