Edit an entry by clicking it.
Delete an entry.
Note - You can also use the Common Tasks tab to search data.
Base Search DN is the DN that you want to use as the top level for your search. For example, you could select dc=example,dc=com to search the whole dc=example,dc=com directory. However, if you just want to search QA managers, you should use the drop-down menu to select Specify DN, then browse to: cn=QA Managers,ou=Groups,dc=example,dc=com.
Specify Conditions and Searching Using Enter LDAP Filter Syntax searches provide two different ways of performing a search.
For example, you might want to search for all employees in the suffix dc=example,dc=com who are located in Sunnyvale and work in the Accounting department.
To search using Specify Conditions; in the Base Search DN, select the suffix dc=example,dc=com. In the Filter drop-down menu, choose l for location and enter Sunnyvale as the location filter. Click + to add another filter. In the new filter, from the filter drop-down menu, choose ou for organizational unit. Enter Accounting as the ou filter. Click search. All employees who work in the Sunnyvale Accounting department are displayed.
To make the same search using Enter LDAP Filter Syntax, choose the Base Search DN dc=example,dc=com and type the following text in the text field.
(&(ou=Accounting)(l=Sunnyvale))
For more information about managing LDAP entries through the command line, see the Oracle Fusion Middleware Administrator’s Guide for Oracle Directory Server Enterprise Edition.