]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Add a user find page. User can be searched based on the full name, department or...
authorkkalev <kkalev>
Tue, 20 Aug 2002 14:34:10 +0000 (14:34 +0000)
committerkkalev <kkalev>
Tue, 20 Aug 2002 14:34:10 +0000 (14:34 +0000)
  The radius attribute should be included in the _user_ profile, not in a group/regular/default profile.

Changelog
htdocs/buttons.html

index 6f776cc034ae5ebcd98329faf2efb461a1b35250..0ad90dd4e8500b760cb1a7b2ef01c8a9e844014c 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -6,6 +6,8 @@ Ver 1.55:
 * Add a few more keys in the userinfo and badusers tables.
 * Fix a problem with lib/sql/defaults.php3 where the first character in the default value when using
   operators was set to the opeator
+* Add a user find page. User can be searched based on the full name, department or RADIUS attribute.
+  The radius attribute should be included in the _user_ profile, not in a group/regular/default profile.
 Ver 1.54:
 * Add attributes for the sql group tables in admin.conf. Now SQL group support should really work!
 Ver 1.53:
index 9f90f97abc07da8b6ea393e5a8b0a8e8eafb681d..031449456cd641d1b5ae43a0bab3c2f17c7d788e 100644 (file)
@@ -44,6 +44,9 @@ function myout(a) {
        <tr align=left><td id="menu7" onmouseover='myin("7");' onmouseout='myout("7");'>
        <a id="a7" href="badusers.php3?login=anyone" target="content" title="Show Bad Users">Bad Users</a>
        </td></tr>
+       <tr align=left><td id="menu14" onmouseover='myin("14");' onmouseout='myout("14");'>
+       <a id="a14" href="find.php3" target="content" title="Find User">Find User</a>
+       </td></tr>
        <tr align=left><td id="menu4" onmouseover='myin("4");' onmouseout='myout("4");'>
        <a id="a4" href="user_admin.php3" target="content" title="User Account Administration">Edit User</a>
        <img align=top src="images/black.gif" vspace=7 hspace=0 width=1 height=1><br>