[Fortinet-Fortigate] login fail count setting
아래 설정을 통해 로그인 실패 횟수 및 계정잠금 시간을 변경할 수 있습니다.
해당 설정은 GUI가 아닌 CLI를 통해서만 가능합니다.
# config system global
set admin-lockout-duration 60 (sec) <—– 로그인 실패 시 잠기는 시간 (default: 60초)
end
# config system global
set admin-lockout-threshold 3 (실패 횟수) <—– 실패 횟수 1 ~ 10까지 설정 가능 (default: 3회)
end
deltasys # config system global
deltasys (global) #
deltasys (global) # get (설정내역 확인)
set admin-lockout-duration: 60
set admin-lockout-threshold 3
…
deltasys (global) # set admin-lockout-duration 60
deltasys (global) # set admin-lockout-threshold 3