blob: c848267549807326d7afc671cea2fcdb6efde772 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# This is the configuration for the "securid" module.
#
securid {
# How long the module waits before expiring a session.
#
timer_expire = 600
# The sessions are tracked internally. This configuration
# item limits the total number of allowed sessions.
#
max_sessions = 2048
# How many round trips are allowed before the authentication
# is forced to fail.
#
max_round_trips = 6
}
|