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