RE: How to Disable RADIUS user logins if 'Session-Timeout' falls below 0

2005-08-22 Thread Jaco van Tonder
Subject: How to Disable RADIUS user logins if 'Session-Timeout' falls below 0 Hi All, I am using FreeRadius with PostgreSQL and everything is running like a charm besides a small issue. I am using ‘session-timeout’ attribute in radreply table to control user session time. I have added

Re: How to Disable RADIUS user logins if 'Session-Timeout' falls below 0

2005-08-17 Thread Alan DeKok
<[EMAIL PROTECTED]> wrote: > I have added a trigger on RADACCT table which subtracts amount of time > used by user from RADREPLY each time when he logs in. > > It does work but when time is below 0 or negative I need to stop user > from getting into my system and I am failing to do so. rlm_sqlc

How to Disable RADIUS user logins if 'Session-Timeout' falls below 0

2005-08-17 Thread sagar.patil
Hi All, I am using FreeRadius with PostgreSQL and everything is running like a charm besides a small issue.   I am using ‘session-timeout’ attribute in radreply table to control user session time. I have added a trigger on RADACCT table which subtracts amount of time used by user from