From owner-freebsd-current@FreeBSD.ORG Tue Sep 20 17:06:38 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4ED816A41F for ; Tue, 20 Sep 2005 17:06:38 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7447043D46 for ; Tue, 20 Sep 2005 17:06:38 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so44667wxd for ; Tue, 20 Sep 2005 10:06:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PdLUVzZEW7zPdnp9BpzIqIXYcExDbFO5Rb5b+7QUmBDQLTRaA5uvXCqVDyOBOhGMh7U5xorLvom+12Y1EetbG/6oeal8C0asNk8lij7hW1RTEHHGSDhGUy7DovOt8RMZyw6kY69T5RPWJtFvgAmR4RVXdS2IEUFKh0dFdzHGsG4= Received: by 10.70.31.17 with SMTP id e17mr2044909wxe; Tue, 20 Sep 2005 10:06:37 -0700 (PDT) Received: by 10.70.53.4 with HTTP; Tue, 20 Sep 2005 10:06:37 -0700 (PDT) Message-ID: <790a9fff05092010066029af50@mail.gmail.com> Date: Tue, 20 Sep 2005 12:06:37 -0500 From: Scot Hetzel To: Eros In-Reply-To: <000201c5bd23$3285c620$0c01a8c0@epsilon> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000201c5bd23$3285c620$0c01a8c0@epsilon> Cc: freebsd-current@freebsd.org Subject: Re: howto add a user with more then 16 characters X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: swhetzel@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 17:06:39 -0000 On 9/19/05, Eros wrote: > Hi all, >=20 > I have a problema by now. I can=B4t add a user with more then 16 characte= rs. > I have made >=20 > I have modify /usr/include/sys/param.h and /usr/include/utmp.h,= and after >=20 > make buildword > make buildkernel KERNCONF=3D( my kernel ) >=20 > shutodwn now >=20 > make installworld > make installkernel KERNCONF=3D(my kernel) >=20 > mergemaster >=20 > reboot >=20 >=20 > i have try 3 times....and nothing hapennings ...please list ? help-me !!!= !! What do i have do wrong ? You need to modify those files under /usr/src, as modifying the files under /usr/include will not have the intended affect. You'll also need to modify the /usr/src/usr.?bin/adduser program to accept > 16 character user names. Scot --=20 DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.