post-connection issues

Jorge Pereira jpereira at freeradius.org
Mon Jun 22 22:02:50 CEST 2020


well, I didn't understand your question. But, the post-auth{} is doing 
what is existing in your configuration. Only that, if you don't 
want/need such behavior. just comment or remove the lines in your 
raddb/sites-enabled/default.

On 22/06/2020 01:00, The Doctor via Freeradius-Users wrote:
> (0)   post-auth {
> (0)     if (session-state:User-Name && reply:User-Name && request:User-Name && (reply:User-Name == request:User-Name)) {
> (0)     if (session-state:User-Name && reply:User-Name && request:User-Name && (reply:User-Name == request:User-Name))  -> FALSE
> (0)     update {
> (0)       No attributes updated for RHS &session-state:
> (0)     } # update = noop
> (0)     [exec] = noop
> (0)     policy remove_reply_message_if_eap {
> (0)       if (&reply:EAP-Message && &reply:Reply-Message) {
> (0)       if (&reply:EAP-Message && &reply:Reply-Message)  -> FALSE
> (0)       else {
> (0)         [noop] = noop
> (0)       } # else = noop
> (0)     } # policy remove_reply_message_if_eap = noop
> (0)   } # post-auth = noop


More information about the Freeradius-Users mailing list