|
From: Tomas G. <to...@pr...> - 2019-03-18 16:32:37
|
How about profilemappings.properties? Regards, Tomas On 2019-03-15 16:33, Arnaud Defos wrote: > Hello, > > We have updated our EJBCA Community from version 6.3.1.1.1 to 6.10.1.2. > > We added a custom DN attribute "organizationIdentifier" that worked well > in version 6.3 like this: > > $EJBCA_HOME/src/java/profilemappings.properties: > DN;2.5.4.97;200;2.5.5.4.97;200;OrganizationIdentifier;organizationIdentifier > (2.5.4.97) > $EJBCA_HOME/src/java/dncomponents.properties: > organizationIdentifier=2.5.5.4.97 > > Since the update, we have this error when we use this attribute: > > An exception has occurred. > Unsupported Subject DN Field found in:CN=MYCN,SN=MYSN,O=MYO > SAS,organizationIdentifier=MYOI,C=EN > > Is it related to the fact that this attribute was added in version 6.5.2 > on EJBCA Enterprise? > > Indeed, it is now defined in > $EJBCA_HOME/src/java/dncomponents.properties.sample. > > How can this be corrected? > We tried several things without finding a solution. > > > > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |