--On Wednesday, May 25, 2022 5:28 PM +0200 Sander Smeenk
<ssmeenk(a)freshdot.net> wrote:
Hi,
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?
This LDIF won't work:
| dn: cn=schema,cn=config
| changetype: modify
| delete: olcAttributeTypes
Try:
dn: cn=schema,cn=config
changetype: modify
delete: olcAttributetypes
olcAttributetypes: {0}
--Quanah