Re: [RADIATOR] TTLS/EAP setup

2016-12-23 Thread rohan.henry cwjamaica.com
Thanks Tuure. Logs from another platform show EAP-Type=TTLS. But I suspect that the NAS is not seeing the responses from Radius and therefore resending the access-request. This is my first time working on this kind of Radius setup so the help is appreciated. Thanks again Tuure. - Origina

[RADIATOR] SQL query on timestamp (integer)

2016-12-23 Thread rohan.henry cwjamaica.com
All, How can I convert to date when querying the radusage table with timestamp stored as integer? TIME_STAMP NUMBER(38) SQL> select time_stamp from radusage where rownum<3; TIME_STAMP -- 1143874140 1143874141 Neither of the SQL queries below works. SQL> select to_char(t