asadmin [asadmin-options] list-auth-realms [--help]
[target]
list-auth-realms |
Previous | Next | Contents |
lists the authentication realms
Synopsis
asadmin [asadmin-options] list-auth-realms [--help]
[target]
Description
The list-auth-realms
subcommand lists the authentication realms. This
subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
Operands
The name of the target for which you want to list the authentication
realms.
server
Lists the realms for the default server instance server
and is the
default value.
Lists the realms for the named configuration.
Lists the realms for every server instance in the cluster.
Lists the realms for a particular server instance.
Examples
Example 1 Listing authentication realms
asadmin> list-auth-realms
file
ldap
certificate
db
Command list-auth-realms executed successfully
Where file, ldap, certificate, and db are the available authentication realms.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |