2019년 10월 13일 일요일

HP-UX Access is denied by the AUTH_MAXTRIES attribute in security(4).

No Trusted System 인데 계정이 잠길 경우

-syslog 에
Oct 14 14:06:30 ap1 login: 91 authentication failures on account "user"
Oct 14 14:06:32 ap1 login: 92 authentication failures on account "user"
Oct 14 14:06:34 ap1 login: 93 authentication failures on account "user"
Oct 14 14:06:36 ap1 login: 94 authentication failures on account "user"
Oct 14 14:06:37 ap1 login: 95 authentication failures on account "user"
Oct 14 14:06:40 ap1 login: 96 authentication failures on account "user"
발생

- 메세지 발생
# su - user
Password:
Access is denied by the AUTH_MAXTRIES attribute in security(4).
su: Sorry

- 조치 방법
# userdbset -d -u user auth_failures

2019년 10월 1일 화요일