From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 8 10:21:50 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3629016A403 for ; Mon, 8 Jan 2007 10:21:50 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from s200aog11.obsmtp.com (s200aog11.obsmtp.com [207.126.144.125]) by mx1.freebsd.org (Postfix) with SMTP id 7F73C13C45B for ; Mon, 8 Jan 2007 10:21:49 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from source ([217.206.187.80]) by eu1sys200aob011.postini.com ([207.126.147.11]) with SMTP; Mon, 08 Jan 2007 10:21:48 UTC Received: from [10.0.0.79] (bwb.mintel.co.uk [10.0.0.79]) by rodney.mintel.co.uk (Postfix) with ESMTP id 12C1518141D; Mon, 8 Jan 2007 09:54:39 +0000 (GMT) Message-ID: <45A21491.3010704@tomjudge.com> Date: Mon, 08 Jan 2007 09:53:21 +0000 From: Tom Judge User-Agent: Thunderbird 1.5.0.7 (X11/20060922) MIME-Version: 1.0 To: VANHULLEBUS Yvan References: <20070107175935.753132f3@vixen42> <20070108082121.GA10185@zen.inc> In-Reply-To: <20070108082121.GA10185@zen.inc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: LDAP integration X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2007 10:21:50 -0000 VANHULLEBUS Yvan wrote: > On Sun, Jan 07, 2007 at 05:59:35PM -0600, Z.C.B. wrote: >> I was just wondering. How many people here have given lots of though >> about integrating FreeBSD configuration with LDAP. I've just begun >> looking at it a lot more and was curious as to what other people >> think in this area. > > Hi. > > What do you want exactly to "integrate" in LDAP ? > > If you mean using a FreeBSD workstation whith users stored in an > extrenal LDAP, yes, it works correctly, and it is not really more > difficult than with a Linux box... > I would recommend the "LDAP System Administration" book published by O'Reilly. Our LDAP directory currently controls most of the core system for both FreeBSD and Linux Systems (Users/Groups, Mail Delivery/Routing, Sudo access rights, SSH Public keys). Tom