asadmin [asadmin-options] list-file-users [--help]
[--authrealmname auth_realm_name] [target]
list-file-users |
Previous | Next | Contents |
lists the file users
Synopsis
asadmin [asadmin-options] list-file-users [--help]
[--authrealmname auth_realm_name] [target]
Description
The list-file-users
subcommand displays a list of file users supported
by file realm authentication.
Options
--help
-?
Displays the help text for the subcommand.
--authrealmname
Lists only the users in the specified authentication realm.
Operands
Specifies the target for which you want to list file users. The
following values are valid:
server
Lists the file users on the default server instance. This is the default value.
Lists the file users in the specified configuration.
Lists the file users on all server instances in the specified cluster.
Lists the file users on a specified server instance.
Examples
Example 1 Listing Users in a Specific File Realm
The following example lists the users in the file realm named
sample_file_realm
.
asadmin> list-file-users --authrealmname sample_file_realm
sample_user05
sample_user08
sample_user12
Command list-file-users executed successfully
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |