9 Jun
2005
9 Jun
'05
5:26 a.m.
Hi, I am building the clients list from the nas table and experienced some problems: 1) There is not nas_query prepared int the configuration file. Would it be supported? 2) select * from nas; does not return the records in the right order. I think the clients list is built from the first four fields, which are: ID (ignored) | nasname=IP | shortname=Name | secret=something With the current table structure, the fourth field is Port and not secret. How should this be solved? Thomas