diff options
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth2.c,v 1.106 2004/07/21 10:33:31 djm Exp $"); | 26 | RCSID("$OpenBSD: auth2.c,v 1.107 2004/07/28 09:40:29 markus Exp $"); |
27 | 27 | ||
28 | #include "ssh2.h" | 28 | #include "ssh2.h" |
29 | #include "xmalloc.h" | 29 | #include "xmalloc.h" |
@@ -159,7 +159,7 @@ input_userauth_request(int type, u_int32_t seq, void *ctxt) | |||
159 | PRIVSEP(start_pam(authctxt)); | 159 | PRIVSEP(start_pam(authctxt)); |
160 | #endif | 160 | #endif |
161 | } else { | 161 | } else { |
162 | logit("input_userauth_request: illegal user %s", user); | 162 | logit("input_userauth_request: invalid user %s", user); |
163 | authctxt->pw = fakepw(); | 163 | authctxt->pw = fakepw(); |
164 | #ifdef USE_PAM | 164 | #ifdef USE_PAM |
165 | if (options.use_pam) | 165 | if (options.use_pam) |