From owner-freebsd-questions@FreeBSD.ORG Sun Dec 14 09:41: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 257F11065689 for ; Sun, 14 Dec 2008 09:41:27 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from mail.unitedinsong.com.au (202-172-126-254.cpe.qld-1.comcen.com.au [202.172.126.254]) by mx1.freebsd.org (Postfix) with ESMTP id C3A5F8FC21 for ; Sun, 14 Dec 2008 09:41:26 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.199] (unknown [192.168.0.199]) by mail.unitedinsong.com.au (Postfix) with ESMTP id CE0BE48BE for ; Sun, 14 Dec 2008 12:34:30 +1000 (EST) From: Da Rock To: freebsd-questions@freebsd.org In-Reply-To: <139b44430812112348k5c51072ie771913c982f7cfe@mail.gmail.com> References: <139b44430812112348k5c51072ie771913c982f7cfe@mail.gmail.com> Content-Type: text/plain Date: Sun, 14 Dec 2008 12:33:48 +1000 Message-Id: <1229222028.18610.49.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: 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: Sun, 14 Dec 2008 09:41:27 -0000 On Fri, 2008-12-12 at 09:48 +0200, Valentin Bud wrote: > 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. Perhaps what you are looking for is NIS, or better still LDAP? For greater security try kerberos. NIS should be documented in the handbook, lookup OpenLDAP in ports and follow the links or google.... Good luck!