Skip to content

Commit cee4a39

Browse files
author
Nikos Mavrogiannopoulos
committed
config files: removed references to deadtime
1 parent ed807c8 commit cee4a39

2 files changed

Lines changed: 2 additions & 30 deletions

File tree

etc/radiusclient-tls.conf.in

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
# be used in NAS-Identifier.
55
#nas-identifier my-server-name
66

7-
# RADIUS server to use for authentication requests. this config
8-
# item can appear more then one time. if multiple servers are
9-
# defined they are tried in a round robin fashion if one
10-
# server is not answering.
7+
# RADIUS server to use for authentication requests.
118
# optionally you can specify a the port number on which is remote
129
# RADIUS listens separated by a colon from the hostname. if
1310
# no port is specified /etc/services is consulted of the radius
@@ -44,17 +41,6 @@ radius_timeout 10
4441
# resend request this many times before trying the next server
4542
radius_retries 3
4643

47-
# The length of time in seconds that we skip a nonresponsive RADIUS
48-
# server for transaction requests. Server(s) being in the "dead" state
49-
# are tried only after all other non-dead servers have been tried and
50-
# failed or timeouted. The deadtime interval starts when the server
51-
# does not respond to an authentication/accounting request transmissions.
52-
# When the interval expires, the "dead" server would be re-tried again,
53-
# and if it's still down then it will be considered "dead" for another
54-
# such interval and so on. This option is no-op if there is only one
55-
# server in the list. Set to 0 in order to disable the feature.
56-
radius_deadtime 0
57-
5844
# local address from which radius packets have to be sent
5945
bindaddr *
6046

etc/radiusclient.conf.in

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
# be used in NAS-Identifier.
55
#nas-identifier my-server-name
66

7-
# RADIUS server to use for authentication requests. this config
8-
# item can appear more then one time. if multiple servers are
9-
# defined they are tried in a round robin fashion if one
10-
# server is not answering.
7+
# RADIUS server to use for authentication requests.
118
# optionally you can specify a the port number on which is remote
129
# RADIUS listens separated by a colon from the hostname. if
1310
# no port is specified /etc/services is consulted of the radius
@@ -41,17 +38,6 @@ radius_timeout 10
4138
# resend request this many times before trying the next server
4239
radius_retries 3
4340

44-
# The length of time in seconds that we skip a nonresponsive RADIUS
45-
# server for transaction requests. Server(s) being in the "dead" state
46-
# are tried only after all other non-dead servers have been tried and
47-
# failed or timeouted. The deadtime interval starts when the server
48-
# does not respond to an authentication/accounting request transmissions.
49-
# When the interval expires, the "dead" server would be re-tried again,
50-
# and if it's still down then it will be considered "dead" for another
51-
# such interval and so on. This option is no-op if there is only one
52-
# server in the list. Set to 0 in order to disable the feature.
53-
radius_deadtime 0
54-
5541
# local address from which radius packets have to be sent
5642
bindaddr *
5743

0 commit comments

Comments
 (0)