[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Slapadd and multiple backends



Hello again,

Sorry, I made a mistake when I copied from the terminal-window... My
slapd.conf actually said:

database        ldbm
suffix          "ou=a"
...

database        ldbm
suffix          "ou=b"                (not "tnPf=b")
...

>> I try to import a simple file:
>> 
>> dn: ou=a
>> objectClass: organizationalUnit
>> objectClass: top
>> ou: a
>>  
>> dn: ou=b
>> objectClass: organizationalUnit
>> objectClass: top
>> ou: b

>On Wed, Sep 01, 1999 at 03:17:05PM +0200, Anders Mattsson wrote:
>> This example works with ldif2ldbm. I'm running OpenLDAP2.0alpha2 under BSDI
>> 3.1

At 07:35 1999-09-01 -0400, Ben Collins wrote:
>ldif2ldbm did no real checking, and basically was not aware of multiple
databases
>on a single run.
>
>You either need to remove the ou=entry, or place it under one of the toplevel
>dn's defined in your slapd.conf (tnPf=b or ou=a)

/Anders