]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
* Move the xlat function to a separate file in lib/xlat.php3
authorkkalev <kkalev>
Fri, 18 Jun 2004 13:01:56 +0000 (13:01 +0000)
committerkkalev <kkalev>
Fri, 18 Jun 2004 13:01:56 +0000 (13:01 +0000)
commit83d5cb1204e8597ef5d125f2d5ac4e12b8b44410
treeb3633a32cd438bcc5d2120a55339d35c28b9286c
parentdcb51bdb91e06f26ea7b12c92f75d994d148bf42
* Move the xlat function to a separate file in lib/xlat.php3
* Add a lib/sql/nas_list.php3 to also get the nas list from sql (naslist.conf still works)
* add realms nasdb and nasadmin in username.mappings. nasadmin is used to signify if the
  user is allowed to use the nas_admin page. nasdb is used to shorten the nas list to only
  a few specific entries. That way administrator responsible for a few access servers will
  only be able to administer those access servers and not see the rest of the nas list.
* Add username searching in the find page as suggested by joram agten
* Don't use nas_list in nas_admin
21 files changed:
Changelog
conf/admin.conf
conf/config.php3
conf/username.mappings
doc/TODO
htdocs/accounting.php3
htdocs/clear_opensessions.php3
htdocs/failed_logins.php3
htdocs/find.php3
htdocs/nas_admin.php3
htdocs/stats.php3
htdocs/user_accounting.php3
htdocs/user_finger.php3
htdocs/user_stats.php3
lib/ldap/defaults.php3
lib/ldap/functions.php3
lib/ldap/user_info.php3
lib/sql/find.php3
lib/sql/functions.php3
lib/sql/nas_list.php3 [new file with mode: 0644]
lib/xlat.php3 [new file with mode: 0644]