domain modify
Changes the description of a domain. We must log in to the management domain as an administrator to perform this command.
Requires authentication (administrator ID and password) to use.
This command applies to LDAP registries only.
domain modify domain description description
Options
- description description
- Specifies a new description for the domain.
A valid description is an alphanumeric string that is not case-sensitive. String values are expected to be characters that are part of the local code set. Spaces are allowed. If the description contains a space, ensure that you enclose the description in double quotation marks. We can specify an empty string ("") to clear an existing description.
Example of description: "marketing and advertising areas"
- domain
- Name of the domain to modify.
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 changes the description specified for the Marketing domain:pdadmin sec_master> domain modify Marketing description "marketing and advertising areas"
See also
domain create
domain delete
domain list
domain showParent topic: pdadmin commands