On Feb 17,  6:41pm, Ricardo Freire wrote:
> Subject: (RADIATOR) v2.13 report II: missing info in trace 3
> Hi Mike and all,
>
> In version 2.13, logging is *very* improved!
> It's GREAT to get this:
>
> Wed Feb 17 18:37:44 1999: INFO: Access rejected for ricardo: Bad Password
> Wed Feb 17 18:38:02 1999: INFO: Access rejected for mikem: No such user
>
> But when I test simultaneous-use (against radonline table), I get just:
>
> Wed Feb 17 18:39:01 1999: INFO: Access rejected: MaxSessions exceeded
>
> It would be great to know WHO is trying this access...

OK, Ive added it for the next release.

In the meantime here is a patch:

*** Handler.pm.orig     Thu Feb 18 09:02:33 1999
--- Handler.pm  Thu Feb 18 09:03:05 1999
***************
*** 235,241 ****
      {
        # Issue a denial and bomb out
        my $reason = "MaxSessions exceeded";
!       &main::log($main::LOG_INFO, "Access rejected: $reason");
        $rp->set_code('Access-Reject');
        $rp->addAttrByNum($Radius::Radius::REPLY_MESSAGE,
                          'Request Denied');
--- 235,241 ----
      {
        # Issue a denial and bomb out
        my $reason = "MaxSessions exceeded";
!       &main::log($main::LOG_INFO, "Access rejected for $name: $reason");
        $rp->set_code('Access-Reject');
        $rp->addAttrByNum($Radius::Radius::REPLY_MESSAGE,
                          'Request Denied');

-- 
Mike McCauley                                [EMAIL PROTECTED]
Open System Consultants Pty. Ltd             Unix, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia    Consulting and development
Phone, Fax: +61 3 9598-0985                  http://www.open.com.au

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, external, etc etc etc on Unix, Win95, NT, Rhapsody
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to