SYSLOG_FAILED_LOGINS

  • Follow


Hi,

I am trying to log the failed login. Although I set
SYSLOG_FAILED_LOGINS=3, syslog still logs the failed attempt right
after the first failure, instead of wait for the third failure. Here
are the settings

Solaris 9
/etc/default/login
SYSLOG_FAILED_LOGINS=3

/etc/syslog.conf
auth.notice       /var/adm/authlog

/etc/init.d/syslog stop
/etc/init.d/syslog start

Thank you,
Victor

0
Reply victorfeng1973 (44) 7/19/2006 4:10:55 AM

Hi Victor,


> I am trying to log the failed login. Although I set
> SYSLOG_FAILED_LOGINS=3, syslog still logs the failed attempt right
> after the first failure, instead of wait for the third failure. Here
> are the settings

AFAIR is this setting in Solaris 9 not for syslog. Look for a file 
/var/adm/loginlog
There you can find your failed logins


Michael



0
Reply Michael 7/19/2006 10:13:50 AM


Hi Michael,

I do not see /var/adm/loginlog.  In my case, the failed login has been
logged into /var/adm/authlog as indicated in the syslog.conf.

Victor

0
Reply victorfeng1973 7/19/2006 4:16:50 PM

try
touch /var/adm/loginlog
chmod 600 /var/adm/loginlog
chgrp sys /var/adm/loginlog

RGDS
Mikkel

<victorfeng1973@yahoo.com> wrote in message 
news:1153325810.044573.101680@i42g2000cwa.googlegroups.com...
> Hi Michael,
>
> I do not see /var/adm/loginlog.  In my case, the failed login has been
> logged into /var/adm/authlog as indicated in the syslog.conf.
>
> Victor
> 


0
Reply Mikkel 7/20/2006 9:08:06 PM

3 Replies
745 Views

(page loaded in 0.404 seconds)

Similiar Articles:












7/21/2012 5:53:27 PM


Reply: