From owner-freebsd-hackers Tue Apr 24 7:16: 3 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 8070C37B422 for ; Tue, 24 Apr 2001 07:16:00 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 24 Apr 2001 15:15:59 +0100 (BST) Date: Tue, 24 Apr 2001 15:15:59 +0100 From: David Malone To: Jamie Heckford Cc: freebsd-hackers@freebsd.org Subject: Re: login.c Message-ID: <20010424151559.A8475@walton.maths.tcd.ie> References: <20010424160332.C31354@storm.psi-domain.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010424160332.C31354@storm.psi-domain.co.uk>; from heckfordj@psi-domain.co.uk on Tue, Apr 24, 2001 at 04:03:32PM +0100 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 24, 2001 at 04:03:32PM +0100, Jamie Heckford wrote: > Noticed getpass() is in libc, is there a definition somewhere > else that would prevent me from changing the Password: prompt? Login probably uses pam to get and check the password. You could try recompiling the pam_unix.c module after changing the PASSWORD_PROMPT at the top of the file. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message