From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 10:16:52 2008 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 EE2C0106567F for ; Wed, 27 Aug 2008 10:16:52 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9B16F8FC12 for ; Wed, 27 Aug 2008 10:16:52 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1KYI55-0006tM-Ay>; Wed, 27 Aug 2008 12:16:51 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1KYI55-0008QV-A0>; Wed, 27 Aug 2008 12:16:51 +0200 Message-ID: <48B52913.4070902@zedat.fu-berlin.de> Date: Wed, 27 Aug 2008 10:14:43 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 2.0.0.16 (X11/20080728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Subject: OpenLDAP and back_hdb: ObjectClass olcHdbConfig not present in server schema. 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: Wed, 27 Aug 2008 10:16:53 -0000 Hello, I try to use back_hdb instead of back_bdb on all of the used DB backends with OlpenLDAP 2.4.11 on a FreeBSD 7.0 server. When switching to 'backend hdb' I get this error from LUMA when trying to acces the DB config under RDN cn=config: olcDatabase={1}hdb -> Could not display ldap entry. Reason: ObjectClass olcHdbConfig not present in server schema. Using bdb as backend works fine. Can someone explain this restriction? Thanks in advance, Oliver