From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2c36282226f2a755976c24c4299ca83a@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] drawterm-macosx problem... Date: Wed, 30 Jun 2004 14:45:16 -0600 From: andrey mirtchovski In-Reply-To: <02d601c45ee2$4892b310$18587d50@SOMA> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: b1b7d662-eacd-11e9-9e20-41e7f4b1d025 >> When I type my username, the term says: >> >> "not a local console; won't ask for password" > > sounds like an old hack that was in passwd(1) to > stop idiots changing their password on cpu servers. > > [allowing this would xmit your passwords(s) in the clear] lunix drawterm checks whether $DISPLAY is 'host:#' or just ':#' and decides whether it should prompt for a password or not. no idea whether there's a difference in OSX andrey