summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.c b/auth.c
index d9ee0362f..0bb7e2807 100644
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth.c,v 1.54 2004/05/23 23:59:53 dtucker Exp $"); 26RCSID("$OpenBSD: auth.c,v 1.55 2004/07/21 08:56:12 markus Exp $");
27 27
28#ifdef HAVE_LOGIN_H 28#ifdef HAVE_LOGIN_H
29#include <login.h> 29#include <login.h>
@@ -462,7 +462,7 @@ getpwnamallow(const char *user)
462 462
463 pw = getpwnam(user); 463 pw = getpwnam(user);
464 if (pw == NULL) { 464 if (pw == NULL) {
465 logit("Illegal user %.100s from %.100s", 465 logit("Invalid user %.100s from %.100s",
466 user, get_remote_ipaddr()); 466 user, get_remote_ipaddr());
467#ifdef CUSTOM_FAILED_LOGIN 467#ifdef CUSTOM_FAILED_LOGIN
468 record_failed_login(user, "ssh"); 468 record_failed_login(user, "ssh");