Previous Topic: User ManagementNext Topic: info (User Management)--Show a User's Profile


list (User Management)--Show List of Users

List users in the grid controller's local directory service and users in the global directory service database (if the grid is configured to use such a service). Only users with login permission on the grid ACL are listed.

Syntax
user list [ --local | --global ] [ --batch ] [ --extended ]  
Parameters
--local

List local users only.

--global

List global users only.

--batch

Display output in UDL format.

--extended

Include users which do not have login permission on the grid ACL in the output.

Examples
user list

Show a list of users.

Typical Output

If the output includes global users and the --extended option is used, then the command interactively requests a user login name and password to authenticate with the global directory to retrieve a complete list of global users.

The output of this command is as follows:


Non-batch output


Login Name        User ID                    Scope    Real Name    Login Enabled
--------------------------------------------------------------------------------
val               val                        val      val          val
...

The value of Scope is local or global. The value of Login Enabled is yes or no

Batch output


user:  loginname="val", id="val", scope="val", realname="val", loginenabled="val"
...

The value of loginenabled is 1 or 0.
Notes

If the --extended option is specified, the user is prompted to interactively authenticate with the global directory service.