import from HEAD:
[freeradius.git] / dialup_admin / doc / TODO
1 * Minimize database (ldap,mysql) connections.
2 * Clean up html code to make it smaller
3 * More messages
4 * Skins
5 * Other languages in html
6 * Multilanguage support for ldap attributes
7 * Add language attributes in user_new.php3
8 * Finger facility. Should find a way to make it work with all nases. That will
9   mean that it should be made modular and fall back to simple queries to the
10   sql db if it cannot get user info from the nas server
11 * Check out dbx library. It seems very promising for database independent code.
12   We 'll see where it goes.
13 * Add billing and statistics pages. Billing is a must. The page should also create
14   reports which could be printed or sent by email to the users containing their billing
15   information. We also need more statistics pages with fancy bars and diagrams. Ideas
16   are welcome.
17 * Parse the radius dictionary files so that we can show a pull down menu of possible values
18   for various attributes.
19 * Check the sql user code for sql injections