On Sat, Mar 06, 2004 at 12:58:15AM +0200, Evren Yurtesen wrote: > > > > >You could send Framed-Filter-Id (and of course define such filter in > >your RAS that will limit trafic to local server only) > > > Yeah, the problem is that how can I make freeradius send it > automatically for users whose Expiration attribute is set in the past. I > already have the filters working. I just need a way to get things > automated a bit. >
Are you using sql database? If so, you could change user group when user account expires. I have done that by creating additional table with user name and timeout value and modifying acct-stop sql query (replaced it with stored procedure in postgresql) - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

