Softerra LDAP Administrator HelpShow AllHide All

<filter> element

Defines an LDAP search filter to query objects for the report.

<reports>
   <report>
      <filter>
<reports> 
  <report>
    <filter>...</filter>
  </report>
</reports>

Remarks:

Search filter can be static or can have variable parameters that can be set in the report dialog prior to the report generation. To define variable parameters of the search filter, you have to define <parameter> elements and then use them in the search filter. Use {N} macros to substitute computable parameter values in the search filter. N here corresponds to the id attribute of the <parameter> element.

Attributes

None.

Child Elements

None.

Parent Elements

ElementDescription
<report> Defines an LDAP Administrator report.

Example

See an example report.