Visit Azul.com Support

List-File-Users

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

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

target: 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. configuration_name;; Lists the file users in the specified configuration. cluster_name;; Lists the file users on all server instances in the specified cluster. instance_name;; 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

0: subcommand executed successfully 1: error in executing the subcommand

See Also