Deny login

2004-01-05 Thread Roy Wills
I have read the FAq and seems that you can only block the times of day someone can log in. What i need is a way to say that the user is only allowed to authenticate for 24 hours. IE: I put them in the database at 10:00am on Tuesday, they can then log in until 10:00 am on Wednesday. Is this

Re: Deny login

2004-01-05 Thread Franklin Marmon
Easiest way to do this would be to write a script/program that disables the account in MySQL, rather than leaving it up to radius. Presumably something is 'enabling' them at 10:00am Teusday... something else (outside of radius) could then remove them 24hours later. Immediate suggestions are