29 Apr
2019
29 Apr
'19
3:06 p.m.
On Apr 29, 2019, at 10:07 AM, mustafa taha <mustafa.taha.mu95@gmail.com> wrote:
I am trying to limit user WiFi time , for example "1 hour a day for a client" . I read many documents about that , but they all use MySQL as database , so I want ask if I can make this in freeradius with Freeipa as database. i think if we can use *Password expiration or *Kerberos principal expiration attribute to make limit of the user time . can anybody help ?
FreeIPA doesn't track user sessions. Which you need to limit login time. You will need an SQL database for this. Alan DeKok.