From owner-freebsd-questions@FreeBSD.ORG Mon Oct 27 22:07:44 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BA574B1 for ; Mon, 27 Oct 2014 22:07:44 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B7A2BAC for ; Mon, 27 Oct 2014 22:07:43 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id m20so4577935qcx.16 for ; Mon, 27 Oct 2014 15:07:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=date:from:to:subject:message-id:reply-to:organization:mime-version :content-type; bh=wIqs8LrZCK3yv3v/T+zm8lGQnuthzl06xUSSkaYoq2g=; b=PuAYBYP6oUxI3egAVVhShDBx+OyhWLj9oRnYqQD8MEiIdL/EL1kjIbIlEDKd/iAP4g w3N7Wm/WVdmUleINa1ChvbJPeiSDfA91oIdHgbvyBA4nJxwj6CKU5fF0qG6TPQqeeZHa ZLKQrDD7Cm0W6E2qOSjQa816zwgyZ0D4zALqs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:reply-to :organization:mime-version:content-type; bh=wIqs8LrZCK3yv3v/T+zm8lGQnuthzl06xUSSkaYoq2g=; b=T53mnhmeOQh2TLMV/4PEmZNJl8fzxXMG6jcOtrb5KtNTigPCqdtQO3tZkj6Ix6oeHG rlL3HYS8Q5EPvlLX759ZIuhKxKB3tWrtJ5dCTJ4/xcCzzYynzz6a7Ph9D4t9oJbWY7ri HXJ9O/X1cYDHD6rIDWYNg5wJUPr8cFWbQ61MnKvNq/4Zbz1N/RaWoLPF/3CMqySpqScd wBXs+t4fMegkWMvjwR9oWzAKMhQlkQcKDBgDafc1Qw7Cr6ewM0sm8L60buBssJKmTFEn n814mC8CXTObUJjWAGEtfey46sApr7XxPaY8BDM7H7fnvRjcQERmCMbaOGZmaHi1hbxX jrAg== X-Gm-Message-State: ALoCoQn4Gs6N0b9LhMg7ShyLCTjRAMt0y+9Bkg2imBuy27lxH+tnbWc0ThuQEGXQAWXDEdxXTQiY X-Received: by 10.140.17.67 with SMTP id 61mr34918053qgc.59.1414447662988; Mon, 27 Oct 2014 15:07:42 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id a9sm12242698qgf.7.2014.10.27.15.07.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Oct 2014 15:07:42 -0700 (PDT) Received: from scorpio (cpe-076-182-104-150.nc.res.rr.com [76.182.104.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3jRVXX1Lhzz3DlTK for ; Mon, 27 Oct 2014 18:07:40 -0400 (EDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at scorpio.seibercom.net Date: Mon, 27 Oct 2014 18:07:26 -0400 From: Jerry To: User questions Subject: Unable to start openldap with mdb backend Message-ID: <20141027180726.1daefeed@scorpio> Reply-To: User questions Organization: seibercom NET X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/06JmuYuE9+L1NAYh8lMDRXT"; protocol="application/pgp-signature" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2014 22:07:44 -0000 --Sig_/06JmuYuE9+L1NAYh8lMDRXT Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mon, 27 Oct 2014 17:59:31 -0400 I am trying to update openldap to use mdb instead of bdb. I installed the lmdb-0.9.13 port and thought I had openldap configured correctly; however, openldap fails to start. It issues this error message: /usr/local/etc/rc.d # service slapd start Starting slapd. Unrecognized database type (mdb) /usr/local/etc/rc.d/slapd: WARNING: failed to start slapd This is the configuration of the port: ACCESSLOG=3Doff: With In-Directory Access Logging overlay ACI=3Doff: Per-object ACI (experimental) AUDITLOG=3Doff: With Audit Logging overlay BDB=3Doff: With BerkeleyDB backend (DEPRECATED) COLLECT=3Doff: With Collect overy Services overlay CONSTRAINT=3Doff: With Attribute Constraint overlay DDS=3Doff: With Dynamic Directory Services overlay DEREF=3Doff: With Dereference overlay DNSSRV=3Doff: With Dnssrv backend DYNACL=3Doff: Run-time loadable ACL (experimental) DYNAMIC_BACKENDS=3Don: Build dynamic backends DYNGROUP=3Doff: With Dynamic Group overlay DYNLIST=3Doff: With Dynamic List overlay FETCH=3Doff: Enable fetch(3) support GSSAPI=3Doff: With GSSAPI support (implies SASL support) MDB=3Don: With Memory-Mapped DB backend MEMBEROF=3Doff: With Reverse Group Membership overlay ODBC=3Doff: With SQL backend PASSWD=3Doff: With Passwd backend PERL=3Doff: With Perl backend PPOLICY=3Doff: With Password Policy overlay PROXYCACHE=3Doff: With Proxy Cache overlay REFINT=3Doff: With Referential Integrity overlay RELAY=3Doff: With Relay backend RETCODE=3Doff: With Return Code testing overlay RLOOKUPS=3Doff: With reverse lookups of client hostnames RWM=3Doff: With Rewrite/Remap overlay SASL=3Doff: With (Cyrus) SASL2 support SEQMOD=3Doff: With Sequential Modify overlay SHA2=3Doff: With SHA2 Password hashes overlay SHELL=3Doff: With Shell backend (disables threading) SLAPI=3Doff: With Netscape SLAPI plugin API (experimental) SLP=3Doff: With SLPv2 (RFC 2608) support SMBPWD=3Doff: With Samba Password hashes overlay SOCK=3Doff: With Sock backend SSSVLV=3Doff: With ServerSideSort/VLV overlay SYNCPROV=3Don: With Syncrepl Provider overlay TCP_WRAPPERS=3Doff: With tcp wrapper support TRANSLUCENT=3Doff: With Translucent Proxy overlay UNIQUE=3Doff: With attribute Uniqueness overlay VALSORT=3Doff: With Value Sorting overlay I changed the database =3D bdb in slapd.conf to database =3D mdb. Are there= any other changes that I should also make? --=20 Jerry --Sig_/06JmuYuE9+L1NAYh8lMDRXT Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJUTsIqAAoJEElTsHIJnX8e3qgIAI73R/fDNy+l8tjjE/ZGxfz6 V/efAWyaMLxJrc5WHmlZwGaWjKrdarB3MllNCEdxoiLNF6xmAcJl6wLdD1rT0xii jxbwlXZFE/xuTIFge0w7Zagr4tXO+GiTxTkCKPO3b5OpkVdVfXBswViTgrbSWUM7 uecXtXJFJK+AsjKg4/GcagRJHLR/45KFzq/RK+YgWUWEWecF5StYUYTk4O0tkrcC e+yKRx0HIuepdqvgQpEZHu/oKuxwlpTdhX/CrJ7xITL4ycH/TfpJwe3FtqMYru4w Iso1tVei97Gp256vdDosgDS543odQtyVo/dqIFsesGtvnDcDi58/VO362CWNhYg= =9c3T -----END PGP SIGNATURE----- --Sig_/06JmuYuE9+L1NAYh8lMDRXT--