* When searching a user in ldap through the find page only try to find the users which have a uid attribute (username)
* Allow selecting a specific access server in the failed logins page
* In the user admin page use AcctStartTime not AcctStopTime when calculating usage for the last 7 days
+* Also show server:port in the user test page (so that it shows when used for server checks)
Ver 1.60:
* Use require_once when including lib/functions.php3 in lib/sql
* In the buttons toolbar Edit User should not be clickable.
}
$reply = file($tmp_file);
unlink($tmp_file);
- $msg = "<b>" . strftime('%A, %e %B %Y, %T %Z') . "</b><br><br>\n";
+ $msg = "<b>" . strftime('%A, %e %B %Y, %T %Z') . "</b><br>\n";
+ $msg .= "<b>Server: </b><i>$server:$port</i><br><br>\n";
if (ereg('code 2', $reply[0]))
$msg .= "<b>Authentication was <font color=green>successful</font>";
else if (ereg('code 3',$reply[0]))