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 Administrator 계정입니다. 명령을 입력한 후 이 계정의 암호를 묻는 메시지가 표시됩니다.
예:
[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에서 해당 사용자의 암호를 업데이트할 수 있습니다.