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 更新该用户的密码。