| Author |
Message |
victorfeng1973@yahoo.com *nix forums beginner
Joined: 26 Oct 2005
Posts: 33
|
Posted: Wed Jul 19, 2006 4:10 am Post subject:
SYSLOG_FAILED_LOGINS
|
|
|
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 |
|
| Back to top |
|
 |
Michael Weis *nix forums beginner
Joined: 25 Jul 2005
Posts: 15
|
Posted: Wed Jul 19, 2006 10:13 am Post subject:
Re: SYSLOG_FAILED_LOGINS
|
|
|
Hi Victor,
| Quote: | 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 |
|
| Back to top |
|
 |
victorfeng1973@yahoo.com *nix forums beginner
Joined: 26 Oct 2005
Posts: 33
|
Posted: Wed Jul 19, 2006 4:16 pm Post subject:
Re: SYSLOG_FAILED_LOGINS
|
|
|
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 |
|
| Back to top |
|
 |
Mikkel Rokkær Jensen *nix forums beginner
Joined: 20 Jul 2006
Posts: 1
|
Posted: Thu Jul 20, 2006 9:08 pm Post subject:
Re: SYSLOG_FAILED_LOGINS
|
|
|
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...
| Quote: | 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
|
|
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|