Added tolower function
[freeradius.git] / dialup_admin / README
index cc04c8e..2ea2678 100644 (file)
@@ -3,6 +3,12 @@ It is written in PHP4 (although the files have an extension of php3 for historic
 It is modular and right now it assumes that user information is stored in an ldap server
 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:
 
 Put dialup_admin in /usr/local/dialupadmin
@@ -78,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 =>