How to write log only once in Post-Auth-Type REJECT section of EAP module?
Alan DeKok
aland at deployingradius.com
Tue Jan 30 12:17:11 UTC 2024
On Jan 30, 2024, at 12:02 AM, 남혁준 <sawd1598 at gmail.com> wrote:
> So can you please confirm why the comment I mentioned exists?
The code changed, and the documentation wasn't updated. But that doesn't really matter.
The session-state list is used to track data across Access-Challenges. But after the Access-Accept or Access-Reject is sent, there is no more session, and the session-state list is deleted.
So while you can put attributes into the session-state for Access-Reject, that won't do anything. The wi'll just be deleted once the Access-Reject is sent.
Alan DeKok.
More information about the Freeradius-Users
mailing list