secadm identity - Security Administration: Maintain Security System Roles
secadm identity add servicename identityname [--password password] [--domainuser domain\user]
secadm identity update servicename identityname [--password password] [--domainuser domain\user]
secadm identity delete servicename
identityname
secadm identity display servicename
identityname
secadm identity pwdResetByService servicename
secadm identity pwdResetByIdentity servicename identityname
secadm identity listBadPasswords servicename
secadm identity overrideBadPasswords servicename
The secadm identity
command maintains identities
in the system.
Parameter | Description |
---|---|
add
|
Add an identity to the system. |
update
|
Update an identity in the system |
delete
|
Delete an identity from the system. |
display
|
Display an identity in the system |
pwdResetByService
|
Require that all identity passwords for the specified service be reset the next time the users for those identities attempt to log in. |
pwdResetByIdentity
|
Require that the password be reset by the user for the specified service and identity the next time the user attempts to log in. |
listBadPasswords
|
List the bad passwords for a service. |
overrideBadPasswords
|
Override the bad passwords for a service. |
servicename
|
Specify the service name. |
identityname
|
Specify the name of the identity:
|
--password password
|
Specify the password for the identity. |
--domainuser domain\user
|
Specify the Windows operating system domain user name. This only applies for service types that have domain users, such as a service for a Windows operating system. |