Ryan Tandy wrote on 1/21/23 2:59 PM:
Try "olcModuleLoad: back_bdb" (under "cn=module{0},cn=config").
Oh, thank you! but when I try that, it can't get past that part now:
slapadd: could not add entry dn="cn=module{0},cn=config" (line=42):
here is that section for reference:
dn: cn=module{0},cn=config objectClass: olcModuleList cn: module{0} olcModuleLoad: {0}ppolicy.la structuralObjectClass: olcModuleList entryUUID: 7740c768-5317-1030-8b2d-fdcfaa05fe78 creatorsName: cn=config createTimestamp: 20110804185820Z entryCSN: 20110804185820.719606Z#000000#000#000000 modifiersName: cn=config modifyTimestamp: 20110804185820Z
I tried adding it after the other olcModuleLoad parameter, as well as at the bottom, but still get the error it can't process line 42.
Also, is there a way to overwrite the config when I call slapadd, so I don't have to keep `rm -rf slapd.d/*` every time it fails?
it's recommended to migrate to the modern LMDB backend at your earliest convenience).
That would probably be now while I'm moving everything over, yes? I'll search around for a guide...