i am trying to import an LDIF file into apacheds2-M19 where a partition has an "administrativeRole" associated with it. the contents of my LDIF look like this:
dn: dc=example,dc=com objectclass: top objectclass: domain dc: example add: administrativeRole administrativeRole: accessControlSpecificArea but when i try to import it via the apache studio, i get the following error: : ERR_04269 ATTRIBUTE_TYPE for OID add does not exist!]; remaining name 'dc=example,dc=com' it looks like it is complaining about the "add" in the LDIF file, yet your example here (https://directory.apache.org/apacheds/basic-ug/3.2-basic-authorization.html) shows that this is a correct entry. so what am i doing wrong? thank you.
