]> andersk Git - openssh.git/blobdiff - auth.c
- markus@cvs.openbsd.org 2004/07/28 09:40:29
[openssh.git] / auth.c
diff --git a/auth.c b/auth.c
index 0bb7e280718542a6d417b9c759c9ba8ad1909a2c..0956b0b19ca3fc479a4a9d271e14e517c0439dd1 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth.c,v 1.55 2004/07/21 08:56:12 markus Exp $");
+RCSID("$OpenBSD: auth.c,v 1.56 2004/07/28 09:40:29 markus Exp $");
 
 #ifdef HAVE_LOGIN_H
 #include <login.h>
@@ -233,7 +233,7 @@ auth_log(Authctxt *authctxt, int authenticated, char *method, char *info)
        authlog("%s %s for %s%.100s from %.200s port %d%s",
            authmsg,
            method,
-           authctxt->valid ? "" : "illegal user ",
+           authctxt->valid ? "" : "invalid user ",
            authctxt->user,
            get_remote_ipaddr(),
            get_remote_port(),
This page took 0.036706 seconds and 4 git commands to generate.