From owner-freebsd-current@FreeBSD.ORG Thu May 17 18:41:24 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D29E8106566C for ; Thu, 17 May 2012 18:41:24 +0000 (UTC) (envelope-from joel@vnode.se) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id 87F1E8FC12 for ; Thu, 17 May 2012 18:41:24 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 3277CE3F07B; Thu, 17 May 2012 20:41:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s02E07Y0eZ2D; Thu, 17 May 2012 20:41:21 +0200 (CEST) Received: from goofy01.vnodelab.local (jd.benders.se [212.247.52.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 00C36E3F079; Thu, 17 May 2012 20:41:20 +0200 (CEST) Date: Thu, 17 May 2012 20:41:19 +0200 From: Joel Dahl To: Mark Felder Message-ID: <20120517184118.GA60874@goofy01.vnodelab.local> References: <20120517094949.GK6475@goofy01.vnodelab.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@freebsd.org Subject: Re: FreeBSD and LDAP users, bug or feature? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 18:41:24 -0000 On 17-05-2012 8:24, Mark Felder wrote: > Check man adduser.conf(5) > > There is an option for "uidstart" which should do what you want. If you > set it to 1000 every time you run "adduser" it will show: Thanks, setting uidstart to 1000 indeed works around the problem. :) However, I would still like to know if this is intended behaviour. -- Joel