From owner-freebsd-questions@FreeBSD.ORG Mon Sep 12 15:22:36 2005 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 7490C16A41F for ; Mon, 12 Sep 2005 15:22:36 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: from galley.usd217.org (galley.usd217.org [209.42.72.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A17243D46 for ; Mon, 12 Sep 2005 15:22:33 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: by galley.usd217.org (Postfix, from userid 65534) id 680E013C453; Mon, 12 Sep 2005 10:22:26 -0500 (CDT) Received: from [209.42.72.23] (techbook [209.42.72.23]) by galley.usd217.org (Postfix) with ESMTP id EBCF513C41B for ; Mon, 12 Sep 2005 10:22:20 -0500 (CDT) Message-ID: <43259D2B.4090802@usd217.org> Date: Mon, 12 Sep 2005 10:22:19 -0500 From: Jerod Prothe User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on galley.usd217.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.2 Subject: centralized address book 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: Mon, 12 Sep 2005 15:22:36 -0000 My organization lost its Exchange server, and now users are wanting to have a common address book that they call all use, so anyone can start typing "Joe Blo.." and his address pops up in their mail client. They're all using Outlook and I was thinking - is this a job for openldap? I haven't done an ldap installation before, but I thought this would be a good use for it. Am I correct in assuming that? Thanks.