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]
[--domainuser domain\user]
– or –
secadm identity update servicename
identityname [--password password]
[--domainuser domain\user]
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. |
--domainuser domain\user
|
Optional. Enter the Windows user name to store as an attribute on the identity. The stored identity is the Windows SID. domain\user is the Windows domain and user to import. |
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:
|