From owner-freebsd-questions Wed Jun 3 13:38:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26881 for freebsd-questions-outgoing; Wed, 3 Jun 1998 13:38:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cwie-hfc.phnx1.az.home.net (freebsd@cwie-hfc.phnx1.az.home.net [24.1.224.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26708; Wed, 3 Jun 1998 13:37:59 -0700 (PDT) (envelope-from freebsd@cavecreek.net) Received: from localhost (freebsd@localhost) by cwie-hfc.phnx1.az.home.net (8.8.7/8.8.7) with SMTP id NAA16565; Wed, 3 Jun 1998 13:40:34 -0700 X-Authentication-Warning: cwie-hfc.phnx1.az.home.net: freebsd owned process doing -bs Date: Wed, 3 Jun 1998 13:40:34 -0700 (MST) From: FreeBSD X-Sender: freebsd@cwie-hfc.phnx1.az.home.net To: FreeBSD-questions@FreeBSD.ORG, isp@FreeBSD.ORG Subject: MAXLOGNAME and UT_NAMESIZE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The standard for FreeBSD 2.2.x is set to 8. I have changed UT_NAMESIZE and MAXLOGNAME in ALL .h files (/usr/include/sys/utmp.h etc... etc) and I recompiled chown.c and getpwent.c and passwd.c but still I get : chown: : illegal user name when exceeds 8 chars. Any ideas anyone ? I need a maximum of 17 chars in a login ID. Thanks Peter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message