R001086   No syntax value specified for attribute type 'identifier'

Explanation

An LDAP schema modify operation failed because an attribute definition does not contain the SYNTAX keyword or the SUP keyword. Every attribute must have a syntax, either specified directly using the SYNTAX keyword or derived by inheritance by specifying the SUP keyword. See LDAP directory schema for more information about the values that can be specified for an attribute definition.

In the message text:
identifier
Attribute numeric identifier

System action

The LDAP server continues to run, but the operation fails.

User response

Check the modify input to ensure that all the schema definitions are complete and correctly formatted. Then reissue the operation.