/etc/default/login
...
# DISABLETIME If present, and greater than zero, the number of seconds
#
login will wait after RETRIES failed attempts or the PAM framework returns
#
PAM_ABORT. Default is 20. Minimum is 0. No maximum is
imposed.
#
#DISABLETIME=20
# RETRIES determines the number of failed logins that will be
# allowed
before login exits. Default is 5 and maximum is 15.
# If account locking is
configured (user_attr(4)/policy.conf(4))
# for a local user's account
(passwd(4)/shadow(4)), that account
# will be locked if failed logins equals
or exceeds RETRIES.
#
#RETRIES=5
...
DISABLETIME=은 설정된 접속 시도 횟수 만큼 실패 하면 해당 (초)단위 만큼 세션을 막는다.
RETRIES=은 설정된 접속 시도 횟수 만큼 실패하면 DISABLETIEM 을 적용한다.
위 설정은 전체 계정에 대해 적용된다.
'Work > Solaris' 카테고리의 다른 글
Oracle T장비 Firmware Bug (0) | 2014.11.25 |
---|---|
solaris stmsboot ( mpxio ) (0) | 2014.11.11 |
Solaris 10 시스템 언어 변경 (0) | 2014.10.10 |
로그 파일 모니터링 걸기 (0) | 2014.10.03 |
Solaris ldom 남은 자원 확인 (0) | 2014.08.28 |