From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 17:50:23 2011 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 C82C81065672 for ; Thu, 8 Dec 2011 17:50:23 +0000 (UTC) (envelope-from kpnemesis@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 531528FC23 for ; Thu, 8 Dec 2011 17:50:22 +0000 (UTC) Received: by lahl5 with SMTP id l5so219007lah.13 for ; Thu, 08 Dec 2011 09:50:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=XZuv5I6j9vRudREqdwPUnjc5HX2XIEszxz3l605xgN0=; b=bzfql6lBtfbrLYgWFfrLA5xG0HTuusVuOAK5wlM0BBf426e9B4otqM/64s8FtxK64w RQi851eCy0oWg5a1e9VgIxGv925/OiCv+oNy6qKLf2XopC61sYWnmvTqQMHKV93KNKV1 Xz9Co4twGRhCgBEo+z7K3TLBm8X4PGRY8qn44= Received: by 10.152.103.132 with SMTP id fw4mr2618099lab.37.1323366621459; Thu, 08 Dec 2011 09:50:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.5.10 with HTTP; Thu, 8 Dec 2011 09:50:01 -0800 (PST) In-Reply-To: <4EDFC6D0.6010107@my.gd> References: <4EDFC6D0.6010107@my.gd> From: Kernel Panic Date: Thu, 8 Dec 2011 17:50:01 +0000 Message-ID: To: Damien Fleuriot Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: BIND and LDAP support 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: Thu, 08 Dec 2011 17:50:24 -0000 Hello, thanks for replying. Regarding building BIND, are you sure the setting should go in make.conf and not src.conf - here is the relevant text from the src.conf man page: "WITHOUT_BIND Setting this variable will prevent any part of BIND from being built. When set, it also enforces the following options: WITHOUT_BIND_DNSSEC WITHOUT_BIND_ETC WITHOUT_BIND_LIBS_LWRES WITHOUT_BIND_MTREE WITHOUT_BIND_NAMED WITHOUT_BIND_UTILS" Thankyou for the web link for the DLZ driver however I had already seen it; my confusion is what is the difference between BIND built with the DLZ LDAP driver and BIND built with the 'sdb' (simplified database interface) option as specified in http://bind9-ldap.bayour.com/ and as built in the dns/bind97-sdb port? If these are two different ways for BIND to use LDAP, which one should I choose? Thanks. On 7 December 2011 20:04, Damien Fleuriot wrote: > On 12/7/11 8:15 PM, Kernel Panic wrote: >> Apologies if this is not the appropriate list but I can't seem to find >> one pertaining to the installation and configuration of BIND. I posted >> the following message on the FreeBSD forums a few weeks back but have >> had no replies, so I thought I'd try here on the lists: >> >> System: FreeBSD 8.2-RELEASE 64-bit >> >> Hello, I'm going to attempt to install the latest BIND port >> (dns/bind98) and have a couple of questions about the available >> install options: >> >> WITH_REPLACE_BASE=true >> >> Does this delete the base BIND version and if so would I need to edit >> src.conf to tell the compiler not to reinstall base BIND when I do a >> buildworld cycle? >> >> WITH_DLZ_LDAP=true >> >> Does this actually enable LDAP backend support or is it something >> else? The reason I ask is because there seems to be a separate port >> for BIND LDAP support but it's for an older version of BIND >> (dns/bind97-sdb) >> >> Thanks for any assistance. > > > Hi, > > > Regarding WITH_REPLACE_BASE, yes, this will make "make install" install > the files in place of the base system's ones, as opposed to in /usr/local/ . > > > If you do this, you will indeed want to add the following to your > /etc/make.conf : > NO_BIND= true > > > Regarding your LDAP question, I'm still at work and it's 9PM so I'm a > bit in a rush, but a quick google search turned up the following: > http://bind-dlz.sourceforge.net/ldap_driver.html > > > Regards, > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"