https://bugs.openldap.org/show_bug.cgi?id=9257
Bug ID: 9257 Summary: Abstract attribute types can be instantiated Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: grapvar@gmail.com Target Milestone: ---
If you add 'name' or 'distinguishedName' attributes somewhere they are added seamlessly.
However, these attributes are SLAP_AT_ABSTRACT, which
slap.h: #define SLAP_AT_ABSTRACT 0x0100U /* cannot be instantiated */