secadm passwordpolicy - Security Administration: Maintain Password Policies
secadm passwordpolicy add passwordpolicyname --description description --minlength minpasswordlength --maxcharacterrepeat maxcharacterrepeat --isnumericrequired true|false --ismixedcaserequired true|false
--canincludeusername true|false --passwordneverexpire true|false --passwordexpirationdays nbrofdaystillexpiration
secadm passwordpolicy update passwordpolicyname --description description --minlength minpasswordlength --maxcharacterrepeat maxcharacterrepeat --isnumericrequired true|false --ismixedcaserequired true|false
--canincludeusername true|false --passwordneverexpire true|false --passwordexpirationdays numberofdaystillexpiration
secadm passwordpolicy delete passwordpolicyname
secadm passwordpolicy display passwordpolicyname
secadm passwordpolicy list
The secadm passwordpolicy
command will maintain
password policies.
Options | Description |
---|---|
add
|
Add a password policy. |
update
|
Modify a password policy. |
delete
|
Delete a password policy. |
display
|
Display a password policy's properties. |
list
|
List all password policies. |
passwordpolicyname
|
The name of the password policy. |
securityquestion
|
The number of the security question you want to work with security answers for. |
--description description
|
A description for the password policy. |
--minlength minpasswordlength
|
The minimum length of a password. |
--maxcharacterrepeat maxcharacterrepeat
|
The maximum number of repeating characters in the password. |
--isnumericrequired
|
Whether the password requires at least one numeric character
(true or false ).
|
--ismixedcaserequired
|
Whether the password requires mixed case (true or false ).
|
--canincludeusername
|
Whether the password can include the user's name (true or false ).
|
--passwordneverexpire
|
Whether the passwords never expire (true or false ).
|
--passwordexpirationdays nbrofdaystillexpiration
|
The number of days before passwords expire. |