Re: (PM) PM3 Keeps logging admin sessions (fwd)

Thomas C Kinnen (tkinnen@usacomputers.net)
Mon, 11 May 1998 19:56:47 -0400

>Once upon a time Doug Ingraham shaped the electrons to say...
>>I don't think anyone would mind if it logged them correctly, as !root, but
>>it logs them as the user admin and a lot of us have users called admin.
>I thought Carl has acknowledged that as a bug and it was fixed. Is it
>still doing that in b15?

Hmm, b15, RadiusNT 2.0.1b logged to SQL seems to log them as the correct
user (unless I misunderstand what the logging problem is):

The other intersting thing is I had though the ! logins were being logged
and according to my datbase which goes back to 10/7/97 is has been logged
for the entire time the DB covers. This is why I was confused when this
subject started causing a problem. When I ran the query with out a date
constrant I had 1000's of entries.

The following query:

select datestamp, acct_session_id, user_name
from detail
where substring(user_name, 1, 1 ) = '!'
and datestamp >= '05/09/98'
order by acct_session_id

(note I did not select only start or stop records so the sessions are listed
twice)

Yealds:
datestamp acct_session_id user_name
-------------------- --------------- ---------------------------------------
-
05/09/98 10:41:05 36000B71 !root
05/09/98 10:41:41 36000B71 !root
05/09/98 10:43:14 36000B72 !root
05/09/98 18:12:30 36000C17 !admin
05/09/98 18:12:46 36000C17 !admin
05/10/98 19:31:12 36000D78 !admin
05/10/98 19:31:12 36000D78 !admin
05/11/98 12:13:29 36000E66 !admin
05/11/98 12:20:16 36000E66 !admin
05/11/98 12:22:31 36000E6C !admin
05/11/98 13:16:14 36000E6C !admin
05/11/98 13:37:48 36000E85 !admin
05/11/98 14:56:03 36000E85 !admin
05/11/98 15:23:41 36000EBB !admin
05/11/98 16:01:49 36000EBB !admin
05/11/98 18:07:00 36000F11 !admin
05/11/98 18:07:44 36000F11 !admin

-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-users' in the body of the message.
Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>