What date/time formats allowed for Expiration attribute? Is it possible to
use UNIX timestamp format (number of seconds since UNIX epoch) or any
date/time format supported by MySQL?
For exampe 'January 28 2005 12:00:00' in radcheck table works fine but
'2005-01-28 12:00:00' doesn't.

mysql> select * from radcheck;
+----+----------+------------------+----+--------------------------+
| id | UserName | Attribute        | op | Value                    |
+----+----------+------------------+----+--------------------------+
| 15 | jhon    | User-Password    | := | tksprs                   |
| 17 | jhon    | Expiration       | := |2005-01-28 10:00:00 |
+----+----------+------------------+----+--------------------------+

Must FreeRADUIS calculate and sent proper SessionTimeout attribute to
disconnect user at Expiration date when user connected before this date (as
in case of LoginTime attribute)?



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to