Date: Mon, 4 Jun 2001 09:56:30 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Tim Van Holder cc: DJGPP-Workers Subject: Re: Re-Submit: add extra fields to structs group and passwd In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 3 Jun 2001, Tim Van Holder wrote: > Since Linux returns the empty string for a group's > passwd, I expect it's OK to return that for a user's > passwd as well (an alternative would be 'x', which is > returned if a shadowed user database is used). Empty passwords? Isn't it better to return some string, like "password"? We do similar things with username and group.