Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EJBCA 4.0.3
-
Fix Version/s: EJBCA 4.0.4
-
Component/s: None
-
Labels:None
Description
having unused fields in the EE profile make the UserData subjectDN field look like:
CN=unique,O=Bar1,O=Foo,O=,O=Bar2 Foo,C=SE
But empty fields are filtered out then issuing the certificate so the CertificateData subjectDN field is:
CN=unique,O=Bar1,O=Foo,O=Bar2 Foo,C=SE
When looking for existing issued certificates when checking for uniqueness the SQL query for the subjectDN will be for the data from UserData, so nothing will be found.
Before checking for other issued certificates when checking for unique subjectDN and unique public key, the subjectDN must be filtered the same way as when issuing certificates.
Attachments
Issue Links
- is related to
-
ECA-1841 Error adding end entity with several required and non required OUs
-
- Closed
-
- relates
-
CESECORE-238 Enforce unique subject DN does not work with unused fields in DN
-
- Closed
-