Added tolower function
[freeradius.git] / dialup_admin / README
index 4e1cdb4..2ea2678 100644 (file)
@@ -6,6 +6,8 @@ or an sql database and accounting in an sql server.
 Extra documentation from Stadler Karel (<Karel.Stadler@psi.ch>):
 http://kstadler.ch/index.php?topgroupid=1&subgroupid=14&groupid=11
 
+There is also a nice HOWTO in the doc folder
+
 
 INSTALLATION:
 
@@ -82,12 +84,15 @@ htdocs:: user_state.php3 =>
        overview of the status of a user. It will return the following fields
        separated by new lines:
        account_status(active or inactive),lock message,weekly limit,daily limit,
-       weekly used,weekly connections,daily used,daily connections
+       weekly used,weekly connections,daily used,daily connections,
+       active sessions number,active sessions time
 htdocs:: user_finger.php3 =>
        It will finger the nas(es) and show the logged in users. If an argument server is passed then
        it will only show users for the specific access server.
        If an argument usage_summary is passed then it will only show a line like:
        "Online: <num> Free: <num>" which can be used by other pages
+htdocs::failed_logins.php3 =>
+       It will show all the failed logins as logged in the radacct table by the log_badlogins script
 
 html:: Contains the html code for a few pages 
 html::user_admin.html.php3 =>