From owner-freebsd-isp Sat Dec 28 19:59:23 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA12026 for isp-outgoing; Sat, 28 Dec 1996 19:59:23 -0800 (PST) Received: from ns2.harborcom.net (root@ns2.harborcom.net [206.158.4.4]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA12021 for ; Sat, 28 Dec 1996 19:59:21 -0800 (PST) Received: from swoosh.dunn.org (swoosh.dunn.org [206.158.7.243]) by ns2.harborcom.net (8.8.4/8.8.4) with SMTP id WAA05279; Sat, 28 Dec 1996 22:59:17 -0500 (EST) Date: Sat, 28 Dec 1996 22:53:50 -0500 () From: Bradley Dunn To: "Jordan K. Hubbard" cc: freebsd-isp@freebsd.org Subject: Re: POP3 RADIUS and long usernames In-Reply-To: <8541.851816042@time.cdrom.com> Message-ID: X-X-Sender: bradley@harborcom.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey, just thought I would let everyone know that we had no problems upping the limit to 16. All we did was: Make UT_NAMESIZE in 16. Make MAXLOGNAME in 16. Add eight more spaces between the "USER" and "TTY" fields at line 228 of src/usr.bin/w/w.c (Just for cosmetics). Also, if you use the adduser script, up the check for length. Nothing has broken (yet). -BD On Sat, 28 Dec 1996, Jordan K. Hubbard wrote: > > I have been watching the discussion on several of the lists about having > > >8 char usernames. We run a mail server that we would like to try and > > implement long usernames on. > > 16 character usernames are already part of -current, if running > that would not be too much of a hardship.