First page Back Continue Last page Overview Graphics
<query> Example 1
Search the subtree rooted at "\TREE\Novell" for objects of class "User" with a Surname value of "Jones"; don't read any attributes:
<query class-name="User" event-id="0" dest-dn="\TREE\Novell" scope="subtree">
<search-class class-name="User"/>
<search-attr attr-name="Surname">
<value type="string">Jones</value>
</search-attr>
<read-attr/>
</query>