From 342dbe181e8908f043c7ca337e32397dfc707952 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 14 May 2003 00:27:09 +0000 Subject: - (djm) Bug #117: Don't lie to PAM about username --- auth1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index 5086a47c..45cc2d6f 100644 --- a/auth1.c +++ b/auth1.c @@ -413,7 +413,7 @@ do_authentication(void) use_privsep ? " [net]" : ""); #ifdef USE_PAM - PRIVSEP(start_pam(authctxt->pw == NULL ? "NOUSER" : user)); + PRIVSEP(start_pam(user)); #endif /* -- cgit v1.2.1