4 Aug
2005
4 Aug
'05
1 p.m.
"Jose Divino de Lima" <jdlima@prolan.com.br> wrote:
When i using a shell script itŽs run properly, but itŽs not fast. I thought that it can be did via mySQL in authorize_check query.
You'll have to do more than that. You'll need to increment a counter when people log in, and decrement it when they log out. You'll need to take care of issues like NAS reboots, etc. I'd suggest starting with rlm_sqlcounter, and going from there. Alan DeKok.