From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 07:48:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E704C1065670 for ; Fri, 12 Dec 2008 07:48:27 +0000 (UTC) (envelope-from valentin.bud@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id BB6F58FC14 for ; Fri, 12 Dec 2008 07:48:27 +0000 (UTC) (envelope-from valentin.bud@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1255068rvf.43 for ; Thu, 11 Dec 2008 23:48:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=6n9bis3ajzkFk04I2MXcRzq7FLiUoiDB62YeX0nrsO8=; b=l1jpT/KewOhdt3QavePwCMFgI22TIdxipNuR/DYx4uNdxidSt8airoJ75ypctKObyY BgsZfcK1IqEzRzCmiQRMghRmL0lJ9MMBYkIwIr4i60Z+D7NRrNgqdsUjxk2lgGvtFbCT gW0EQ0wTXbFGCW2gNaYsFWUPsOOdJCtyNXhlw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=obZJ5pPkqAqWHI6NV7WqD0fyEh1hxYHgiJ3IAiGCRR3eTXRIznmiT+AYMhMkhnWrQd ceKt1gm4C6ATAbaH5MfYKCmoTGCPGR5azzpIUZAbKt1/c7IhZuMh1FNUW73fstgyFVrA eGgmzdbykcFWG5e5Q0+EcnYf8VaBsK9ZfmN5s= Received: by 10.143.43.7 with SMTP id v7mr1219647wfj.192.1229068107267; Thu, 11 Dec 2008 23:48:27 -0800 (PST) Received: by 10.142.180.17 with HTTP; Thu, 11 Dec 2008 23:48:27 -0800 (PST) Message-ID: <139b44430812112348k5c51072ie771913c982f7cfe@mail.gmail.com> Date: Fri, 12 Dec 2008 09:48:27 +0200 From: "Valentin Bud" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Centralized DB of "system" users 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: Fri, 12 Dec 2008 07:48:28 -0000 Hello list, I don't know if the Subject says what i really want to achieve but i do hope that i will make myself understood. I work for a school and i want to install in 2 labs on very low performance computers (1 Ghz CPU, 126 Mb RAM) some linux distro (zen walk). I *need* to install linux because there are some programs that need to run on those stations and guess what, they only work on linux. There are different students that use those computers and they change frequently. So i thought to make a server, using FreeBSD (of course), that has a database of users so the linux machines don't have local users but they query the DB to get login credentials and such. I don't really know what to look for. So any suggestion and hints to how can i achieve this are welcomed. thank you and a great day, v