From: Alan T. DeKok Date: Mon, 12 Aug 2024 20:29:45 +0000 (-0400) Subject: remove discussion of old attribute X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d68d58ca25f137e88a74abbcfcce454e5d5d45;p=thirdparty%2Ffreeradius-server.git remove discussion of old attribute --- diff --git a/raddb/sites-available/default b/raddb/sites-available/default index ed88025ff62..cf9be0e41b4 100644 --- a/raddb/sites-available/default +++ b/raddb/sites-available/default @@ -1327,23 +1327,6 @@ recv Accounting-Request { # # acct_counters64 - # - # Session start times are *implied* in RADIUS. The NAS - # never sends a "start time". Instead, it sends a start - # packet, *possibly* with an Acct-Delay-Time. The server - # is supposed to conclude that the start time was - # "Acct-Delay-Time" seconds in the past. - # - # The unlang below creates an explicit start time, which - # can then be used in other modules. It will be *mostly* - # correct. Any errors are due to the 1-second resolution - # of RADIUS, and the possibility that the time on the NAS - # may be off. - # - # The start time is: NOW - delay - session_length - # -# &request.FreeRADIUS-Acct-Session-Start-Time = "%{(&Event-Timestamp || %l) - &Acct-Session-Time - &Acct-Delay-Time}" - # # Ensure that we have a semi-unique identifier for every # request, as many NAS boxes are broken.