rsrccred list user
Returns the list of single sign-on credentials for the specified user. The user must exist, or an error is displayed.
Requires authentication (administrator ID and password) to use.
rsrccred list user user_name
Options
- user_name
- Name of the user for whom the resource credential information applies. The user must exist, or an error is displayed. Examples of user names are dlucas, sec_master and "Mary Jones".
Return codes
- 0
- The command completed successfully.
- 1
- The command failed. When a command fails, the pdadmin command provides a description of the error and an error status code in hexadecimal format (for example, 0x14c012f2). See "Error messages" in the IBM Knowledge Center. This reference provides a list of the ISAM error messages by decimal or hexadecimal codes.
Example
The following example returns the list of single sign-on credentials for the specified user dlucas:pdadmin sec_master> rsrccred list user dlucasThe output is like:Resource Name: engwebs01 Resource Type: web
See also
Parent topic: pdadmin commands