By default, the NetWorker Authentication Service password policy enforces password expiration for local user accounts every 90 days. A NetWorker Authentication Service administrator can change the password for any local user.
A nonadministrator user can only change their own password.
Use the authc_mgmt command on the NetWorker authentication server to change the password for a local database user. This command must be run from an elevated prompt, for example an Administrator command-prompt (Windows), or using sudo/root SSH prompt (Linux). The command to change the password differs depending on the user that changes the password.
-e update-password option:authc_mgmt -u username -p "current_password" -e update-password -D password-new-value="new_password"
Where:
For example, to change the password for the local administrator account, type the following command:
authc_mgmt -u administrator -p "1.Password" -e update-password -D password-new-value="1.Updated2"
-D password-new-value="new_password" option. The command prompts for the new password and does not display the characters.
-eupdate-user option with the -D user-name and -D user-password options:authc_mgmt -u Administrator -p "Administrator_password" -e update-user -D user-name=username -D user password="new_password"
Where:
For example, to change the password for a local user who is named bkupadmin to Mynewpass1:
authc_mgmt -u administrator -p "1.Password" -e update-user -D username=bkupadmin -D user-password="Mynewpass1"
For more information, see the NetWorker Security Configuration Guide available on Dell Support.