From owner-freebsd-questions@FreeBSD.ORG Mon Oct 27 00:20:24 2003 Return-Path: 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 49A7916A4B3 for ; Mon, 27 Oct 2003 00:20:24 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-16-113.w80-14.abo.wanadoo.fr [80.14.185.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD7343FA3 for ; Mon, 27 Oct 2003 00:20:19 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from lphp.org (modem209.metz.imaginet.fr [195.68.12.209] (may be forged)) by mx1.lphp.org (8.12.8p2/8.12.8) with ESMTP id h9R8KTOq006210; Mon, 27 Oct 2003 09:20:30 +0100 (CET) (envelope-from ajacoutot@lphp.org) Message-ID: <3F9CD523.2010304@lphp.org> Date: Mon, 27 Oct 2003 09:19:47 +0100 From: Antoine Jacoutot User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031020 X-Accept-Language: fr-fr, fr, en-us, en MIME-Version: 1.0 To: Gernot Hueber References: <1067071545.3f9a383a03c1c@webmail.lphp.org> <20031027080300.GG36100@hanni.riic.uni-linz.ac.at> In-Reply-To: <20031027080300.GG36100@hanni.riic.uni-linz.ac.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.38 cc: "freebsd-questions@freebsd.org" Subject: Re: compile automounter with LDAP support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 08:20:24 -0000 Gernot Hueber wrote: > Hi Antoine, > > you need to include "/usr/local/include/ldap.h": > have a look am /usr/src/contrib/amd/include/am_defs.h > (HAVE_LDAP_H) and the HAVE_MAP_LDAP in several source files. > Probably you have to define both in /usr/src/usr.sbin/amd/amd/ > Makefile?! Great, thanks a lot, I'll have a look at it :) Regards. Antoine