NSX CLI Guide
add user audit [username <username>][full-name <full-name>] [password <node-password>] [password-expiration-frequency <days>] [password-expiration-warning <days>] [password-reset-required]
Re-create audit user if it was removed. By default status for re-created audit user will be NOT_ACTIVATED
and administrator will require to explicitly activate audit user. When password is specified with command, status for re-created audit user will be ACTIVE
.
Parameters:
Option | Description |
---|---|
<password-expiration-warn-days> | Number of days password warn messages before change (1 - 9999) |
<password-expiration-days> | Number of days password valid after change (1 - 9999) |
<password> | Password of user |
<full-name> | Full name of the user |
<username> | Local user username argument Allowed pattern: ^((?!audit$).)+$ |