Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2002 05:30:44 -0700 (PDT)
From:      Peter Pentchev <roam@FreeBSD.org>
To:        ler@lerctr.org, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org
Subject:   Re: conf/40182: double Password prompt
Message-ID:  <200207041230.g64CUiII037994@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: double Password prompt

Responsible-Changed-From-To: freebsd-bugs->des
Responsible-Changed-By: roam
Responsible-Changed-When: Thu Jul 4 05:29:35 PDT 2002
Responsible-Changed-Why: 

I have already sent the following patch to Dag-Erling Smordgrav, who
imported the new PAM code (this is PAM-related, not OpenSSH-related).

Index: src/lib/libpam/libpam/pam_get_pass.c
===================================================================
RCS file: /home/ncvs/src/lib/libpam/libpam/Attic/pam_get_pass.c,v
retrieving revision 1.1.1.1.6.2
diff -u -r1.1.1.1.6.2 pam_get_pass.c
--- src/lib/libpam/libpam/pam_get_pass.c	3 Jul 2002 21:45:44 -0000	1.1.1.1.6.2
+++ src/lib/libpam/libpam/pam_get_pass.c	4 Jul 2002 12:07:03 -0000
@@ -82,8 +82,6 @@
 			return retval;
 	}
 
-fprintf(stderr, "[pam_get_pass]\n%s\n", prompt);
-
 	if (item == NULL) {
 		/* The user hasn't entered a password yet. */
 		if (pam_test_option(options, PAM_OPT_USE_FIRST_PASS, NULL))

http://www.freebsd.org/cgi/query-pr.cgi?pr=40182

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207041230.g64CUiII037994>