--On Wednesday, May 25, 2022 10:28 PM +0200 Sander Smeenk
<ssmeenk(a)freshdot.net> wrote:
Quoting Quanah Gibson-Mount (quanah(a)fast-mail.org):
> > I'm trying to add an 'olcAttributeType' to an already existing LDAP
> > schema. I wrote this LDIF, which was wrong as it turns out:
> What OpenLDAP release are you running?
Ah, yes, that might be relevant. I'm working with 2.5.11 (Ubuntu Jammy)
right now. But this LDAP server is running since ~2007. Took me WAY more
time than anticipated to convert from 'bdb' to 'mdb', but hey, we're
here...
If nothing else, you should be able to stop the server, export via slapcat,
delete the offending line, and re-import it with slapadd.
--Quanah