From owner-freebsd-questions@FreeBSD.ORG Tue Aug 29 05:09:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E34416A4DA for ; Tue, 29 Aug 2006 05:09:17 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3167243D53 for ; Tue, 29 Aug 2006 05:09:17 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id C72EB13C828 for ; Tue, 29 Aug 2006 00:15:07 -0500 (CDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 85CD913C7E4; Tue, 29 Aug 2006 00:15:07 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 7F4C113C7D5 for ; Tue, 29 Aug 2006 00:15:07 -0500 (CDT) Date: Tue, 29 Aug 2006 00:15:07 -0500 (CDT) From: Philip Hallstrom To: freebsd-questions@freebsd.org Message-ID: <20060829001244.G33190@bravo.pjkh.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Subject: Does QUOTA work for users not in /etc/password (ie. by UID?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2006 05:09:17 -0000 Hi all - I was looking at implementing QUOTA for a server, but all of our users are stored in a database (ftp/pop/imap authenticates against the db). They each have their own uid's though so the files are owned "individually". I would think file system quotas would work for this, but from the docs I've read so far it doesn't say and all the various commands take a username as an argument, not a uid... So without actually trying it out, anyone know if quotas will work without matching /etc/passwd entries? Thanks! -philip