28 May
2015
28 May
'15
10:56 a.m.
On May 28, 2015, at 10:51 AM, Jeremy Ravel <Jeremy.Ravel@etu.univ-savoie.fr> wrote:
Hi guys, I am beginner in FR. I want to be able to delay the activation of the login. For example i can create an user monday, but i just want allow him to connect only from friday to logon on my network. I tried to use the attribute acct-session-start on the user, but when i use it one user, the user can never log.
There is no Acct-Session-Start attribute. Delete it from your SQL database. What you want is the Current-Time attribute: http://wiki.freeradius.org/config/Users Check that the Current-Time is smaller than a particular date. Alan DeKok.