When attempting to import a certificate into Identity Manager, the operation fails. The User Console or logs report a specific LDAP syntax error, preventing the certificate from being recognized or stored correctly in the object store.
Verbatim Error Message: Invalid Attribute Syntax - LDAP Error 21
Identity manger 14.x
The error is typically caused by a malformed or improperly formatted certificate file. LDAP Error 21 signifies that the value provided does not adhere to the syntax defined for that attribute (in this case, the certificate attribute). Common reasons include:
Ensure the certificate is in a valid format and passes standard validation checks before attempting the import.
-----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- markers.