Hello,
In authorize section I have the following:
sql {
                notfound = reject
     }
In post-auth:
Post-Auth-Type REJECT {
                sql
                attr_filter.access_reject
        }
Both works correctly but I would like to log notfound users into
radpostauth table as well, just like in post-auth.
How may I do this, please?
Thank you.