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";
Hvis du vil deaktivere antall logger, kjører du følgende kommandoer på NetWorker authc-serveren:
authc_config -u Administrator -e add-option -D option-name=PasswordHistoryCount -D option-value=0
Administratorkontoen som angis, er standard NetWorker Administrator-konto. Du blir bedt om passordet for denne kontoen etter at du har skrevet inn kommandoen.
Eksempel:
[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
Når passordhistorikken er deaktivert, kan du oppdatere passordet for denne brukeren fra NMC ved hjelp av det tidligere brukte passordet.