]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
* Add a captions.conf file with a few configurable captions for now
authorkkalev <kkalev>
Mon, 20 Oct 2003 16:39:38 +0000 (16:39 +0000)
committerkkalev <kkalev>
Mon, 20 Oct 2003 16:39:38 +0000 (16:39 +0000)
commit1b238bce967bb0c5e6bb94e840f8d20bb23decbf
tree010ddcfa0b4bf78f0c5bfebd04479bffa01b15e8
parent4cb5921a13371000230ba4012e2937e1ee17073d
* Add a captions.conf file with a few configurable captions for now
* Move the nas list to a separate file called naslist.conf
* Add the ability to include configuration files in admin.conf
* Add a page for clearing open sessions from the database called clear_opensessions.php3. Add it in the
  user toolbar
* Move the userinfo page of user_admin to a separate file so that it can be easily changed to
  fit per installation needs
* Add a conf/accounting.attrs allowing the customization of the attributes in the user_accounting,
  user_finger and failed_logins pages
* Add a directive to determine if the administrator will be able to change the user password from
  the user edit page
* Call mysql_escape_string before running the sql query
* Use the sql_connect_timeout for the mysql driver
* Add a help page for the badusers table
* Also take the Session-Timeout in consideration when calcualting the remaining time in user_admin.php3
* Add regex matching in log_badlogins and don't expect the callerid to always be in numeric format

With these changes dialupadmin can probably be used for administrating other radius based services
apart from dialup
Hope everything works
21 files changed:
Changelog
bin/log_badlogins
conf/accounting.attrs [new file with mode: 0644]
conf/admin.conf
conf/captions.conf [new file with mode: 0644]
conf/config.php3
conf/naslist.conf [new file with mode: 0644]
htdocs/accounting.php3
htdocs/clear_opensessions.php3 [new file with mode: 0644]
htdocs/failed_logins.php3
htdocs/help/badusers_help.html [new file with mode: 0644]
htdocs/help/expiration_help.html
htdocs/user_accounting.php3
htdocs/user_admin.php3
htdocs/user_edit.php3
htdocs/user_finger.php3
html/user_admin.html.php3
html/user_admin_userinfo.html.php3 [new file with mode: 0644]
html/user_toolbar.html.php3
lib/attrshow.php3
lib/sql/drivers/mysql/functions.php3