Softerra LDAP Administrator HelpShow AllHide All

<searchFrom> element

Specifies the DN to be used as a search base for an LDAP search request during the report generation.

<reports>
   <report>
      <searchFrom>
<reports> 
  <report>
    <searchFrom scope="[OneLevel|Subtree]">...</searchFrom>
  </report>
</reports>

Remarks:

This element may contain a certain DN string or macro-like substitution that is resolved to a real DN value upon report execution. The substitution may be either {$} that indicates the current context (the DN of the entry currently selected in the Scope Pane) or {AttributeName} where attributeName is the name of an attribute from RootDSE. In the latter case the value of the RootDSE attribute will be used as the search base. If the specified RootDSE attribute is multi-valued the first value will be used.

If the element is omitted, the search base will be set to RootDSE.

Attributes

AttributeDescription
scope Optional attribute. Defines the scope of the search operation. Possible values: OneLevel, Subtree. If the attribute is not defined, the Subtree value is used.

Child Elements

None.

Parent Elements

ElementDescription
<report> Defines an LDAP Administrator report.

Example

See an example report.