This section describes the context menu of the Search Result editor.
Icon:
Description: Adds a new value to the selected attribute and starts the edit mode. If the attribute already contains one or multiple values the Multivalued Editor is opened.
Enabled: If an attribute is selected.
Shortcut: Ctrl-+
Icon:
Description: Opens the Search dialog . The selected attribute is used to build the search filter (Query by example).
Enabled: If an attribute is selected.
Shortcut: Ctrl-H
Icon:
Description: Opens the Batch Operation wizard . If an attribute with one or multiple DNs values are selected these DNs are used as operation objects. Otherwise the selected attribute is used to build the search filter (Query by example).
Enabled: If an attribute is selected.
Icon:
Description: Opens the Object Class page in Schema Browser and selects the object class definition of the currently selected objectClass attribute.
Enabled: If the objectClass attribute is selected and the schema contains this object class.
Icon:
Description: Opens the Attribute Type page in Schema Browser and selects the attribute type definiton of the currently selected attribute.
Enabled: If an attribute is selected and the schema contains this attribute type.
Icon:
Description: Opens the Matching Rule page in Schema Browser and selects the equality matching rule definiton of the currently selected attribute.
Enabled: If an attribute is selected, the attribute provides an equality matching rule and the schema contains this matching rule.
Icon:
Description: Opens the Matching Rule page in Schema Browser and selects the substring matching rule definiton of the currently selected attribute.
Enabled:If an attribute is selected, the attribute provides a substring matching rule and the schema contains this matching rule.
Icon:
Description: Opens the Matching Rule page in Schema Browser and selects the ordering matching rule definiton of the currently selected attribute.
Enabled: If an attribute is selected, the attribute provides an ordering matching rule and the schema contains this matching rule.
Icon:
Description: Opens the Syntax page in Schema Browser and selects the syntax definiton of the currently selected attribute.
Enabled: If an attribute is selected, the attribute provides an syntax and the schema contains this syntax.
Icon:
Description: Copies the values of the selected attribute. The values are copied to clipboard in an internal format so they could be pasted to another entry even in the entry editor. Additional they are copied to the system clipboard as string so they could be pasted in other applications. New-line is used as value separator. Binary values are copied BASE-64 encoded.
Shortcut: Ctrl-C or Ctrl-Insert
Icon:
Description: Pastes the previously copied values to the selected attribute.
Enabled: If the system clipboard contains values.
Shortcut: Ctrl-V or Shift-Insert
Icon:
Description: Deletes the selected attribute.
Enabled: If an attributes is selected.
Shortcut: Delete
Icon:
Description: Copies the distinguished name of the current search result (e.g. cn=John Fowler,ou=People,o=JNDITutorial)
Icon:
Description: Copies the URL of the current search result (e.g. ldap://localhost:389/cn=John Fowler,ou=People,o=JNDITutorial)
Icon:
Copies the attribute description of the selected attribute as string to the system clipboard.
Icon:
Copies the selected values UTF-8 encoded to the system clipboard.
Icon:
Copies the selected values BASE-64 encoded to the system clipboard.
Icon:
Copies the selected attribute in LDIF format to the system clipboard.
Builds search filters from the selected attribute. There are four options:
Default
Icon:
Description: Copies the selected attribute as LDAP search filter (attribute=value).
Enabled: If a singlevalued attribute is selected.
NOT
Icon:
Description: Copies the selected attribute as LDAP NOT search filter (!(attribute=value)).
Enabled: If a singlevalued value is selected.
AND
Icon:
Description: Copies the selected attribute as LDAP AND search filter (&(attribute1=value1)...(attributeN=valueN)).
OR
Icon:
Description: Copies the selected attribute as LDAP OR search filter (|(attribute1=value1)...(attributeN=valueN)).
Edits the selected attribute using the default value editor. To change the default value editor see Value Editor preferences .
Enabled: If an attribute is selected.
Shortcut: F7 or Enter
Depending on the selected attribute there could be alternate value editors. To edit the selected attribute with another value editor choose one of the listed editors.
Enabled: If an attribute is selected.
Description: Opens the Properties dialog with the attribute properties page or entry properties page .
Shortcut: Alt-Enter