From be9963be23f0563256cd55a3b77adfb852a83b1a Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 27 Aug 2021 10:39:25 -0400 Subject: [PATCH] notes on session timeout --- raddb/mods-available/sqlippool | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/raddb/mods-available/sqlippool b/raddb/mods-available/sqlippool index ce317a3f7b..3d98ca9e0f 100644 --- a/raddb/mods-available/sqlippool +++ b/raddb/mods-available/sqlippool @@ -25,6 +25,11 @@ sqlippool { ippool_table = "radippool" # IP lease duration. (Leases expire even if Acct Stop packet is lost) + # + # Note that you SHOULD also set Session-Timeout to this value! + # That way the NAS will automatically kick the user offline when the + # lease expires. + # lease_duration = 3600 # -- 2.47.3