Re: [Cpu-users] CPU, debian, and some bug reports...
Brought to you by:
matheny
From: Guido T. <ult...@qu...> - 2003-10-14 06:54:51
|
On Mon, Oct 13, 2003 at 01:33:38PM -0500, Blake Matheny wrote: Hi, > > #215437: cpu: can not abort at password prompt > > When creating an account using cpu it can prompt for a bad > > password. > > I would like to abort at that point, but that is not possible: > > both ctrl-c and ctrl-d result in a ' is a bad password: it's > > WAY too short' message and another password prompt. The only way > > out is to kill cpu from another shell. > Fixed in CVS, not in 1.4.2. This was a problem with GNU getpass, CVS has its > own version (CPU_getpass) which respects signals, which is now used here as > well as in other places that used getpass. > About this bug... The changelog for 1.4.2 says: 2003-09-26 Blake Matheny <bma...@pu...> * src/util/hash.c, src/include/util/util.h: Implemented CPU_getpass which replicates the functionality of getpass but doesn't use a static buffer * src/plugins/ldap/commandline.c: Use CPU_getpass instead of getpass You said the bug has been fixed by this change, but it is not fixed in 1.4.2. Is this because of some changes to CPU_getpass which are still in CVS only? Thanks, Guido |