-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathext_conf_template.txt
executable file
·26 lines (18 loc) · 1.21 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# cat=basic; type=boolean; label=Disable brute force protection:If checked, the brute force protection is completely disabled
disabled = 0
# cat=basic; type=options[Client IP=1,Login Name=2]; label=Defines the restriction identifier.
identification_identifier = 1
# cat=basic; type=int; label=seconds till reset:Defines the time in seconds till the count for failed login will be reset
seconds_till_reset = 300
# cat=basic; type=int; label=restriction time:Defines the time in seconds while the user will be restricted
restriction_time = 1800
# cat=basic; type=int; label=max allowed login failures: Defines the amount of maximum allowed login failures within the seconds configured in "seconds_till_reset"
max_failures = 10
# cat=clientip; type=string; label=Exclude IP´s: define a comma separated list of IP addresses that should be excluded from restriction.
exclude_ips =
# cat=clientip; type=boolean; label=Use HTTP_X_FORWARDED_FOR for client ip evaluation.
x_forwarded_for = 0
# cat=logging; type=boolean; label=Enable logging in devlog
logging_enabled = 0
# cat=logging; type=options[SEVERITY_INFO=0,SEVERITY_NOTICE=1,SEVERITY_WARNING=2,SEVERITY_ERROR=3]; label=Log level defines how events should be logged
logging_level = 0