The password that you specified for user user_name was recently used, provide a different password
[root@nmcserver ~]# cat /opt/lgtonmc/etc/gstd.conf | grep hostname
string authsvc_hostname = "nwserver-a1.emclab.local";
若要停用歷程記錄計數,請在 NetWorker authc 伺服器上執行下列命令:
authc_config -u Administrator -e add-option -D option-name=PasswordHistoryCount -D option-value=0
所指定的「系統管理員」帳戶是預設的 NetWorker 系統管理員帳戶。輸入命令後,系統會提示您輸入此帳戶的密碼。
範例:
[root@nwserver-a1 ~]# authc_config -u Administrator -e add-option -D option-name=PasswordHistoryCount -D option-value=0
Enter password:
Option PasswordHistoryCount is created successfully.
[root@nwserver-a1 ~]# authc_config -u Administrator -e find-all-options
Enter password:
The query returns 1 records.
Option Id Name
1 PasswordHistoryCount
[root@nwserver-a1 ~]# authc_config -u Administrator -e find-option -D option-id=1
Enter password:
Option Id: 1
Name : PasswordHistoryCount
Value : 0
密碼歷程記錄停用後,您可以使用先前使用的密碼從 NMC 更新該使用者的密碼。