]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
notes on session timeout
authorAlan T. DeKok <aland@freeradius.org>
Fri, 27 Aug 2021 14:39:25 +0000 (10:39 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 27 Aug 2021 14:39:33 +0000 (10:39 -0400)
raddb/mods-available/sqlippool

index ce317a3f7b27aa53913606171d66906f7b0ff64d..3d98ca9e0fca4f8df2657d53a15a2c52756b45e1 100644 (file)
@@ -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
 
        #