From owner-freebsd-questions@freebsd.org Wed Jun 14 11:36:03 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39930D8BB13 for ; Wed, 14 Jun 2017 11:36:03 +0000 (UTC) (envelope-from friedrich.locke@gmail.com) Received: from mail-vk0-x231.google.com (mail-vk0-x231.google.com [IPv6:2607:f8b0:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D84348451A for ; Wed, 14 Jun 2017 11:36:02 +0000 (UTC) (envelope-from friedrich.locke@gmail.com) Received: by mail-vk0-x231.google.com with SMTP id g66so79056238vki.1 for ; Wed, 14 Jun 2017 04:36:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:subject :content-transfer-encoding; bh=23AABBzFJC1S85rF7pZ+z2UQFvudwStfRTFWx8ME29E=; b=aXGjGF+oI29mEgEHFJr2XQYT9IWt8O0GSfsQfVzKE/wBCKRJs4mw7XL+aCrr3qKlC+ CuySMqFiGaUWs0FIbnJuFTHo9ul5Zv+Rs/WwVwPVAdXcih9P04RYfSJ0rhERfEtpH0sB Tl6sWpkqImy0yrrqRyNO9kpbhDBgIVi+nyB7rjuBLnBr+mlxJ4jsXENJ9xwjlJkfrvZN l/mvUKpsWrD8uxM5cKy6tJTe4vn0UIxe2kJg92B1kLpMLtHsBLGuoP7VLD6M6GnhvVaR LicPWanNa0iWFgtWRkk8mu8K4NWF1tjNybmlHNjXCDH1sWe7dy2yA+u+6f6K06yOyCkY j90g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=23AABBzFJC1S85rF7pZ+z2UQFvudwStfRTFWx8ME29E=; b=QRMBKO26cfv0XknQ3bRur2LhYPET2EfXX/z31KAe6Q/UV7VTIU+2P5suk9WfMwIitD tY/Zq88cQJA8cvgbqnlDyPq4opm2NcOeb2MMCvK7FrBqJkKyC9i8YwGTDkxkJSdnjKY8 LN5FGzFg1ROtieW7xOAMnTmuZyDrPQ/sOGGahZrm0EEvZIsc8+fNXN1ayfx2yKukj3iL 9+ov3poozYcDDlUKJS1gGTkXO7SRHBCHjbZ2Jjgaxjh5/f18LFPAs5jIs8JA1wbUFcUL ek9seEFN+sphqO28aml9DNOJq3G12vsI4tnLEK5rmuOegXUcfQf6BB5VPKPg1pTlbgpF i9EA== X-Gm-Message-State: AKS2vOxK8n3+YwHlgVq2stzJUKjBnhPixQmOmDpoDpHa215wCDbKZEPv IiQOZdrfoSKRf7oN X-Received: by 10.31.85.198 with SMTP id j189mr81291vkb.45.1497440161959; Wed, 14 Jun 2017 04:36:01 -0700 (PDT) Received: from [200.235.203.102] (200-235-203-102.wifi.ufv.br. [200.235.203.102]) by smtp.gmail.com with ESMTPSA id q35sm309457uah.33.2017.06.14.04.36.00 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Jun 2017 04:36:01 -0700 (PDT) Message-ID: <59411FA0.6030705@gmail.com> Date: Wed, 14 Jun 2017 08:36:00 -0300 From: Friedrich Locke User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: building openldap form ports Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2017 11:36:03 -0000 Hi folks, i am learning a lot with this mailing lists, thank you for your replies. I would like to build and install openldap server from the ports collection. In the configuratin process i was told that bdb is deprecated, then which backend should i build support for ? In my slapd.conf which backend should i specify ? Thanks a lot for your time and patience. Best regards.