6 Apr
2006
6 Apr
'06
12:02 p.m.
"Mark Supersonik" <marcsupersonic@hotmail.com> wrote:
How can we programme the pre-proxy stage of a freeRADIUS proxy PC in order to reject the request if the domain of the user doesn't have quota (in a proxy's MySQL database table) ?
Why are you doing this in the preproxy stage? Why not make the server avoid proxying completely if the user is over quota? Look at he place in your configuration where it tells the server to proxy the request, and then add "AND the quota is OK". Alan DeKok.