From owner-freebsd-questions@FreeBSD.ORG Tue May 2 09:13:35 2006 Return-Path: X-Original-To: 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 624EF16A401 for ; Tue, 2 May 2006 09:13:35 +0000 (UTC) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3189C43D46 for ; Tue, 2 May 2006 09:13:33 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 29566 invoked by uid 510); 2 May 2006 10:21:07 +0100 Received: from 192.168.0.104 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(192.168.0.104):SA:0(-4.4/5.0):. Processed in 2.369329 secs); 02 May 2006 09:21:07 -0000 X-Spam-Status: No, hits=-4.4 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(192.168.0.104):SA:0(-4.4/5.0):. Processed in 2.369329 secs Process 29559) Received: from usr003.bathnetworks.co.uk (HELO ubuntu.bathnetworks.local.bathnetworks.local) (bsd@bathnetworks.com@192.168.0.104) by lmail.bathnetworks.co.uk with SMTP; 2 May 2006 10:21:05 +0100 From: robert To: Greg 'groggy' Lehey In-Reply-To: <20060502001223.GA81777@wantadilla.lemis.com> References: <20060502001223.GA81777@wantadilla.lemis.com> Content-Type: text/plain Date: Tue, 02 May 2006 10:13:29 +0100 Message-Id: <1146561209.9343.6.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Cc: Harish Sukumar , FreeBSD Questions , Benjamin Close Subject: Re: Installing Services at University of South Australia 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, 02 May 2006 09:13:35 -0000 On Tue, 2006-05-02 at 09:42 +0930, Greg 'groggy' Lehey wrote: > On Monday, 1 May 2006 at 17:27:03 +0930, Harish Sukumar wrote: > > > > I have recently deployed FreeBSD on couple of machines at the University > > and I am not quite familiar with *nix > > You should talk to Ben Close (copied). > > > So can you please provide me with some documents that I can use to > > configure services like samba (As PDC), DNS,DHCP, LDAP and So > > on. > > Start with the handbook > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html) > or "The Complete FreeBSD" > (http://wwww.lemis.com/grog/Documentation/CFBSD/). If you have > specific questions, look for them on the web. If you don't find > anything, ask here again. > > Greg > -- > See complete headers for address and phone numbers. The samba site has very good instructions on setting up a PDC using LDAP, plus examples. Although they are for Suse or Red Hat, the only issue is that in most cases FBSD stores the files in a different location and the Linux getent command is not available (I haven't found a Fbsd equivalent). I have a PDC/BDC setup working following them. There are plenty of guides on DNS - DHCP setups - google is your friend Rob