search-class

Specifies the search filter for object classes. If the query contains no <search-class> elements, all entries matching the scope and the <search-attr> elements are returned.

Definition

  <!ELEMENT search-class    EMPTY>
  <!ATTLIST search-class
            class-name      CDATA              #REQUIRED>
  
  
  

Attributes

class-name
Specifies the base class of the entries to search for. An entry must match one of the specified base classes to be returned.

Parent

query