From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 20 06:39:54 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED39637B401 for ; Fri, 20 Jun 2003 06:39:54 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C89F143FAF for ; Fri, 20 Jun 2003 06:39:53 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id QAA29276 for ; Fri, 20 Jun 2003 16:39:51 +0300 Date: Fri, 20 Jun 2003 16:39:51 +0300 (WET) From: Evren Yurtesen To: bugs@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: adduser bug X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 13:39:55 -0000 Hello, I suspect that if 2 people try to use adduser script at the same time, the new user added might have the same UID value. ( and probably GID ) Cant it be set so that the UID will be looked up from the password file when the file is locked or something? So the other adduser user have to wait until the file is free? Evren