An example of the corresponding command-line equivalent follows this procedure.
If neccessary, start the SEAM Tool.
See "How to Start the SEAM Tool" for details.
Click the Principals tab.
The list of principals is displayed.
To display a specific principal or sublist of principals, enter a filter string in the Filter Pattern field and press return. If the filter succeeds, the list of principals matching the filter is displayed.
The filter string must consist of one or more characters. Because the filter mechanism is case sensitive, you need to use the appropriate uppercase and lowercase letters for the filter. For example, if you enter the filter string ge, the filter mechanism will display only the principals with the ge string in them (for example, george or edge).
If you want to display the entire list of principals, click Clear Filter.
The following example uses the list_principals command of kadmin to list all the principals that match test*. Wildcards can be used with the list_principals command.
kadmin: list_principals test* test1@ACME.COM test2@ACME.COM kadmin: quit |