15 Nov
2016
15 Nov
'16
4:25 p.m.
On Nov 15, 2016, at 4:20 PM, Zsolt <dqeswn@gmail.com> wrote:
Can I set up users accounts in v3.x which expire after some specified time after login? (If yes, how?)
FreeRADIUS does not have the concept of accounts, and it does not automatically manage accounts for you. I would suggest creating a custom SQL table with account information and expiration time. Then, use that table from FreeRADIUS to check account name, password, and expiration time. Alan DeKok.