src/include/ban.properties.in (19 lines of code) (raw):
#
# The number of authentication failures ater which the extension will block
# further logins from the client IP address. This property is optional and
# the default is 5.
#
ban-max-invalid-attempts: 5
#
# The length of time for which a client IP address will be denied logins
# after the maximum authentication failures, in seconds. This property is
# optional and has a default value of 300 seconds (five minutes).
#
ban-address-duration: 300
#
# The maximum number of client IP addresses that the extension will track
# in-memory before the oldest client IP is discarded in a Least-Recently
# Used (LRU) fashion. This property is optional and has a default value
# of 10485670 (10 million IP addresses).
#
ban-max-addresses: 10485670