NetWorker: Change Password for Admin or Local User Account.

摘要: This article provides an overview of how to change the password for any NetWorker user account, including the NetWorker Administrator account. The methods outlined in this article require that the current Administrator password is known. ...

本文章適用於 本文章不適用於 本文無關於任何特定產品。 本文未識別所有產品版本。

說明

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.
 

NOTE: This process requires that the current Administrator password is known and valid. If the NetWorker Administrator password is unknown or expired, follow: NetWorker: How to reset the Administrator password


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. 


Changing Password for Administrator User:

  • To change the password for the administrator account, or for a nonadministrator user to change their password, use the -e update-password option:
authc_mgmt -u username -p "current_password" -e update-password -D password-new-value="new_password"

Where:

  • Username represents the name of the user whose password is to be changed, or the local administrator account.
  • Current_password represents the current password for the specified username.
  • New_password represents the new password for the specified username.

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"

NOTE: To change the password without typing the new password in the command string, do not include the -D password-new-value="new_password" option. The command prompts for the new password and does not display the characters.


Changing Password for nonadministrator User:

  • To use the administrator account to change the password for any user, use the -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:

  • Administrator_password is the password for the default NetWorker administrator account.
  • Username represents the name of the user whose password is to be changed.
  • New_password represents the new password for the specified username.

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"

其他資訊

受影響的產品

NetWorker

產品

NetWorker
文章屬性
文章編號: 000019580
文章類型: How To
上次修改時間: 03 10月 2025
版本:  6
向其他 Dell 使用者尋求您問題的答案
支援服務
檢查您的裝置是否在支援服務的涵蓋範圍內。