From f9d97fcbb0bd10805ede323c14a0b0da951c3b2e Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 3 Jan 2025 11:39:16 -0500 Subject: [PATCH] let's add a reject delay --- src/tests/tls/home/radiusd.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/tests/tls/home/radiusd.conf b/src/tests/tls/home/radiusd.conf index 5b567e498e66..dac96fe9b36e 100644 --- a/src/tests/tls/home/radiusd.conf +++ b/src/tests/tls/home/radiusd.conf @@ -23,6 +23,10 @@ thread pool { auto_limit_acct = no } +security { + reject_delay = 1.0 +} + # # Referenced by some modules for default thread pool configuration # @@ -47,7 +51,7 @@ listen { clients = radsec -# check_client_connections = yes + check_client_connections = yes virtual_server = default @@ -90,6 +94,10 @@ listen { server default { authorize { + if (&User-Name != &User-Password) { + reject + } + update control { Auth-Type := accept }