rsrccred delete
Deletes a single sign-on credential.
Requires authentication (administrator ID and password) to use.
rsrccred delete resource_name rsrctype {web|group} user user_name
Options
- resource_name
- Name that is given to the resource or resource group when the resource was created. The resource or resource group must exist, or an error is displayed.
Examples of resource names are engwebs01 and "Mary Jones Printer".
- rsrctype {web|group}
- Whether the resource type named is web (resource) or group (resource group) for the single sign-on resource associated with the credential. The type of resource must match the resource type assigned when the resource or resource group was first created.
- user 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.
Examples
- The following example deletes the resource credential information for the resource engwebs01, resource type web, and user name dlucas:
pdadmin sec_master> rsrccred delete engwebs01 rsrctype web user dlucas
The following example deletes the resource credential information for the resource printerusers, resource type group, and user name "Mary Jones": pdadmin sec_master> rsrccred delete printerusers rsrctype group user "Mary Jones"
See also
Parent topic: pdadmin commands