Displaying 20 results from an estimated 30000 matches similar to: "[Bug 349] New: There is no log of failed logins"
2002 Jul 10
1
[Bug 349] There is no log of failed logins
http://bugzilla.mindrot.org/show_bug.cgi?id=349
berry.perzon at nogui.se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From berry.perzon at nogui.se
2002 Jun 21
4
[Bug 145] sshd fails to increment AIX login failed counter
http://bugzilla.mindrot.org/show_bug.cgi?id=145
------- Additional Comments From dtucker at zip.com.au 2002-06-21 23:43 -------
Created an attachment (id=116)
Merge all previous patches and diff against -cvs
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2005 Jul 20
1
AIX 5.1 /etc/security/failedlogin entry with OpenSSH 4.1p1
Hello
Ive downloaded OpenSSH 4.1p1 from the portable openssh web pages...
Compiled it up for an AIX 5.1 host (with latest IBM maintenance patches
applied)
using defaults in all cases.
When doing a successful SSH authentication it places an entry into
/etc/security/failedlogin
as well as /var/adm/wtmp
Ive also tried adding "UseLogin yes" to the sshd_config
PAM ISNT configured (infact
2002 Jul 26
3
AIX issues
Hello everyone,
I have been given the task of working out a number of issues with
OpenSSH for my company (Hertz).
I have been following the mailing list for several days now and I'm
beginning to compile a list of who is working on what. To make my task
faster, it would nice if the people working on the following issues
would drop me a email before I start to rewrite their code and get it
2001 Nov 09
0
AIX lastlog change
Hi David,
I'm sure loginfailed(..) should be called immediately after
authenticate(..) returned an error. It is directly related
to an invalid password try. (Please see my attached mail from May 2001
to the list).
I'm not so sure when loginsuccess(..) should be called
(setting the loginfailed counter to zero):
Either
1) when somebody logs in successfully using all kinds
of valid
2003 Apr 03
0
[PATCH re-send]: Clean up logging of failed logins.
Hi All.
This is a re-send of a patch I submitted before 3.6p1.
As noted in a previous post, the logging of failed user logins is
somewhat spread out. This patch creates a record_failed_login()
function in sshlogin.c and moves the AIX and UNICOS code to it,
eliminating 3 #ifdefs from the main code. It also provides an obvious
place to add the code for any other platforms that support
2002 Oct 12
9
AIX remote root logins
I am in the process of introducing OpenSSH into our corporate environment.
This environment includes Solaris / HP-UX / AIX and Linux
We have had audit tell us we need to disable root logins through telnet...
we can do this through the use of OpenSSH on all platforms except AIX
apparently bug # 383 was supposed to take care of this and I have
downloaded -current snapshot
and tested but remote
2016 Jun 26
0
Need IP on failed logins in logfile
On 26/06/16 06:16, Mark Foley wrote:
> I used to also get related log messages of the form:
>
> auth_check_password_send: Checking password for unmapped user [HPRS]\[mark]@[ROVER]
> auth_check_password_send: mapped user is: [HPRS]\[mark]@[ROVER]
>
> but now all I get is the auth_check_password_recv in the log. Perhaps the change is due to an
> upgrade to Samba, or perhaps
2003 Apr 27
3
[PATCH re-send]: Clean up logging of failed logins
sorry, Darren. Long over due comments.
[..]
>+/* Record a failed login attempt. */
>+void
>+record_failed_login(const char *user, const char *host, const char *ttyname)
>+{
>+#ifdef WITH_AIXAUTHENTICATE
>+ loginfailed(user, host, ttyname);
>+#endif
>+#ifdef _UNICOS
>+ cray_login_failure((char *)user, IA_UDBERR);
>+#endif /* _UNICOS */
>+}
I like the
1998 Jul 29
0
Printing on a Window Client from AIX
Hi all...
First, thank you to Matt Chapman for pointing out why I could not connect to a
non-domain participating machine. I needed to have a local account on that
machine (it wasn't checking back with the domain controllers as I thought it
would). I guess I'm going to have to start venturing out of the UNIX world and
into the NT one. Scary :-)
Either way, I now successfully am
2016 Jun 26
1
Need IP on failed logins in logfile
On Sun, 26 Jun 2016 09:24:16 Rowland penny <rpenny at samba.org> wrote:
> ...
> So, if you are looking for an ipaddress of a failed login attempt, it
> seems you can get it.
That looked interesting. I tried creating the logfile /var/log/samba/.log.samba.%m and restart
samba. What it did was immediately create separate log files for each currently attached
workstation:
2002 Jun 20
1
possible security bug with SWAT logins
I have stumbled across something that I am not sure if it is a bug or feature. I
have three AIX servers, one running samba 2.2.2 and two running samba 2.2.5. My
browser from my desktop, Windows NT 4.0 SP6, is Netscape 4.76. If I point my
browser to each server, one at a time, and log into SWAT, once I have logged in
to each server, the first time, I can point my browser back to any of the three
2002 Nov 08
0
[Bug 432] New: AIX does not log login attempts for unknown users
http://bugzilla.mindrot.org/show_bug.cgi?id=432
Summary: AIX does not log login attempts for unknown users
Product: Portable OpenSSH
Version: -current
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
2003 Feb 28
0
[PATCH] Clean up failed login logging.
Hi All.
As noted in a previous post, the logging of failed user logins is
somewhat spread out. This patch creates a record_failed_login()
function in sshlogin.c and moves the AIX and UNICOS code to it,
eliminating 3 #ifdefs from the main code. It also provides an obvious
place to add the code for any other platforms that support this.
I've tested this on AIX 4.3.3. Wendy Palm was kind
2003 Apr 15
0
Patch for stderr logging
Rsync team, and interested parties:
i was attempting to get rsync to launch from tcpserver[0] (an inetd
replacement from djb) and log to stderr for logging via multilog[1]
(syslog replacement by djb) and i was unable to get it to log to stdout/
stderr at all.
[0] http://cr.yp.to/ucspi-tcp/tcpserver.html
[1] http://cr.yp.to/daemontools/multilog.html
i have attached a patch that allows
2000 Nov 27
0
/var/log/btmp logging ?
Hi,
Openssh doesn't log failed logins to /var/log/btmp like login does
(if btmp exists). This is on RH6.2.
Is there a specific reason for not logging to btmp ?
I think that logging to btmp would be a 'good thing'(tm). What about
other unices ? Do they have /var/log/btmp or something similar (AIX has
something like that and I think openssh already logs the failed attempts).
AFAIK
2000 Jan 19
3
AIX openssh patches
I have a few patches for AIX. The patchfile is attached below. The patch
has been tested on AIX4.2 and AIX4.3. The patch is on openssh-1.2.1pre25,
with openssl-0.94, using RSAref.
1) authenticate support - this function allows the system to determine
authentification. Whatever the system allows for login, authenticate
will too. It doesn't matter whether it is AFS, DFS, SecureID, local.
2005 Aug 02
1
"logins with UID ... are not permitted"
hi,
I've just upgraded our dovecot installation to the most recent debian
package (0.99.20050712) and now I'm running into some weird problems.
Virtual (LDAP based) users cannot login anymore, the logfile shows this:
-------CUT-------
dovecot: Aug 02 12:34:25 Error: Logins with UID 200 (user some.user) not
permitted (see first_valid_uid in config file)
-------CUT-------
yet
2016 Jun 26
2
Need IP on failed logins in logfile
I used to also get related log messages of the form:
auth_check_password_send: Checking password for unmapped user [HPRS]\[mark]@[ROVER]
auth_check_password_send: mapped user is: [HPRS]\[mark]@[ROVER]
but now all I get is the auth_check_password_recv in the log. Perhaps the change is due to an
upgrade to Samba, or perhaps a change I made to my smb.conf log options? (see log config in
my
2002 Aug 25
7
[Bug 355] No last login message with PrivSep under AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=355
------- Additional Comments From dtucker at zip.com.au 2002-08-25 18:10 -------
It looks like the call to loginsuccess() fails because it's done as a
non-privileged user. This is bad because in addition to generating the message
it also clears the failed login counter that leads to account lockout.
The following patch fixes it for me