From owner-freebsd-hackers Fri Jun 9 23:22:50 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from outgoing.redshift.com (outgoing.redshift.com [216.228.2.99]) by hub.freebsd.org (Postfix) with ESMTP id 9F45237B66E; Fri, 9 Jun 2000 23:22:47 -0700 (PDT) (envelope-from yramin@redshift.com) Received: from mail.redshift.com (mail.redshift.com [216.228.2.86]) by outgoing.redshift.com (8.9.3/) with ESMTP id XAA04681; Fri, 9 Jun 2000 23:22:47 -0700 Received: from atp.atpn.com (pm1-22.sj.redshift.com [216.200.48.22]) by mail.redshift.com (8.10.1/8.10.1) with SMTP id e5A6MjO18370; Fri, 9 Jun 2000 23:22:45 -0700 From: Yann Ramin Organization: Atrus Trivalie Productions To: Mike Smith Subject: Re: Large UIDs (>65536) Date: Fri, 9 Jun 2000 23:22:46 -0700 X-Mailer: KMail [version 1.1.41.10] Content-Type: text/plain References: <200006100606.XAA01356@mass.cdrom.com> In-Reply-To: <200006100606.XAA01356@mass.cdrom.com> Cc: freebsd-hackers@FreeBSD.ORG MIME-Version: 1.0 Message-Id: <00060923222602.26335@atp.atpn.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Good point :) I just got a little freaked by these friendly warning messages from pwd_mkdb: "/etc/pw.Z26392" 15 lines, 319 characters chpass: updating the database... pwd_mkdb: 140000 > recommended max uid value (65535) chpass: done I know the many UNIXes still have a cap at 65535 (is Linux one of them?), and I interpeted that as an error message, not a warning. I was silly :) Yann On Fri, 09 Jun 2000, you wrote: > > Hi, > > > > I was just wondering if anyone has considered allowing larger UIDs > > (unsigned long) on a FreeBSD system? What would this require changing? > > From what I can tell, the code is typedefed so if you go recompile > > everything, you should be ok. Am I missing anything here? > > How about this line from : > > typedef u_int32_t uid_t; /* user id */ > > It pays to do your own research - then you only get to look silly in > front of yourself. 8) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message