From owner-freebsd-questions@freebsd.org Wed Aug 11 08:50:01 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 79F5B6776CA for ; Wed, 11 Aug 2021 08:50:01 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gl3RW6YQpz4bqr; Wed, 11 Aug 2021 08:49:59 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1628671791; bh=viHErif0EexZ4ltm8/5NQIy1aL+pWTfKALMv9eC8JMo=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=gNvecCvkCZMEl62B3d8gIoKDXu4dfUIxr02xQMIV9xMq+ssirCVVtS9W9RE63KJ/2 4rvQtTRRm2E6TVP7a8e9ywL05h0PomOVZO07750R2TL9DsxnzTnInJ49Yz2ZTB3q+K XnHsyDLIuI09zHYavH23ypD9AOsn9DCslyv1hbMQ= Subject: Re: Update of OpenLdap To: freebsd-questions@freebsd.org References: <20210807072442.0000095d@seibercom.net> Cc: FreeBSD , delphij@FreeBSD.org From: Per olof Ljungmark Message-ID: <46245ca6-3f26-5acb-933b-fd8ab864ff30@nethead.se> Date: Wed, 11 Aug 2021 10:49:49 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210807072442.0000095d@seibercom.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Gl3RW6YQpz4bqr X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nethead.se header.s=NETHEADSE header.b=gNvecCvk; dmarc=pass (policy=none) header.from=nethead.se; spf=pass (mx1.freebsd.org: domain of peo@nethead.se designates 5.150.237.139 as permitted sender) smtp.mailfrom=peo@nethead.se X-Spamd-Result: default: False [-4.00 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[nethead.se:s=NETHEADSE]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:5.150.237.139]; NEURAL_HAM_LONG(-1.00)[-1.000]; DKIM_TRACE(0.00)[nethead.se:+]; DMARC_POLICY_ALLOW(-0.50)[nethead.se,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8473, ipnet:5.150.192.0/18, country:SE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions]; RWL_MAILSPIKE_POSSIBLE(0.00)[5.150.237.139:from] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2021 08:50:01 -0000 On 8/7/21 1:24 PM, Jerry Seibert wrote: > FreeBSD 11.4-RELEASE-p9 > > After the recent updating of "openldap", the follow error/warning > message is presented whenever I attempt to access the database. > > Aug 7 07:13:57 scorpio slapd[82175]: OTP unavailable because can't > read/write key database /etc/opiekeys: Permission denied > > Everything works fine so I don't understand what the problem is or how > to correct it, or if it even needs correction. > I have a similar problem and I think the reason is that the openldap24-sasl-client port vanished and was merged into openldap24-client. However, this made one of our ldap slaves stop working, I think this is a showstopper. A switch for this is needed, in the meantime, how do we build the client WITHOUT sasl? 20210801: AFFECTS: users of OpenLDAP AUTHOR: delphij@FreeBSD.org SASL is now always enabled for OpenLDAP. If you use portmaster: portmaster -o net/openldap24-client openldap-sasl-client If you use portupgrade: portupgrade -fo net/openldap24-client openldap-sasl-client If you use pkg with binary packages: pkg set -o net/openldap24-sasl-client:net/openldap24-client