Adding or Updating an Identity
Use this procedure to add or update an identity in your system
using the secadm
utility.
To add or update an identity using secadm
secadm identity add servicename
identityname [--password password]
– or –
secadm identity update servicename
identityname [--password password]
where
Options | Description |
---|---|
identity add
|
Creates a new identity in the system based on the values you specify with the command parameters. |
identity update
|
Changes the attributes of an identity in the system based on the values you specify with the command parameters. |
servicename
|
Specify the name of the service that the identity is linked to. |
identityname
|
Specify the name of the identity.
|
--password password
|
Specify the default password to assign to the loaded identities. |
Any application that has a full JVM (which includes the security classes) behind it must be relaunched to pick up security class changes.
Example: Adding an Identity
This command:
secadm identity add ServTest User1
Results in this output:
|