Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2005 12:06:37 -0500
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Eros <erosgk@epsilonbrasil.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: howto add a user with more then 16 characters
Message-ID:  <790a9fff05092010066029af50@mail.gmail.com>
In-Reply-To: <000201c5bd23$3285c620$0c01a8c0@epsilon>
References:  <000201c5bd23$3285c620$0c01a8c0@epsilon>

next in thread | previous in thread | raw e-mail | index | archive | help

On 9/19/05, Eros <erosgk@epsilonbrasil.com> wrote:
> Hi all,
> 
> I have a problema by now. I canīt add a user with more then 16 characters.
> I have made
> 
> I have modify /usr/include/sys/param.h       and     /usr/include/utmp.h, and after
> 
> make buildword
> make buildkernel KERNCONF=( my kernel )
> 
> shutodwn now
> 
> make installworld
> make installkernel KERNCONF=(my kernel)
> 
> mergemaster
> 
> reboot
> 
> 
> 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
-- 
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff05092010066029af50>