Softerra LDAP Administrator Help | Show AllHide All |
Specifies the description of an LDAP report or a report user parameter. The description is shown as a tooltip for the report under the Reports menu.
<reports><reports> <report> <description lang="en|de">...</description> ... </report> </reports>
Attribute | Description |
---|---|
lang | Optional attribute. Currently supported values: en, de. Specifies the description of either the report or a report user parameter used in different language versions of the LDAP Administrator. If is not specified, the description will be the same in English and German versions. |
Element | Description |
---|---|
<report> | Defines an LDAP Administrator report. |
<boolean> | Specifies a boolean report user parameter. |
<integer> | Specifies an integer report user parameter. |
<longInteger> | Specifies a long integer report user parameter. |
<string> | Specifies a string report user parameter. |
<DN> | Specifies a DN string report user parameter. |
<dateTime> | Specifies a date and time report user parameter. |
<duration> | Specifies a time span report user parameter. |
<enumerator> | Specifies a set of possible string values for the report user parameter. |