disconnect same user both whatever
Alan DeKok
aland at deployingradius.com
Mon May 6 16:29:23 CEST 2019
On May 6, 2019, at 9:12 AM, 佛来佛网 <314186514 at qq.com> wrote:
> when server does this:
>
>
> ##################################
> update disconnect{
> &User-Name = "%{User-Name}"
>
> it shoud wait for the Disconnect-ACK or Disconnect-NAK
>
> and then do the next
That's not how the server works.
The disconnect is sent AFTER the current packet is finished. That's what the documentation says, and that's how the server works.
If you want it to wait for the Disconnect-ACK, you will have to run "radclient" via a shell script. See the "exec" module for documentation.
But there are issues with doing that. If the NAS doesn't reply for 2-3 seconds, the server can get blocked very quickly.
Alan DeKok.
More information about the Freeradius-Users
mailing list