6 May
2019
6 May
'19
10:29 a.m.
On May 6, 2019, at 9:12 AM, 佛来佛网 <314186514@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.