shared-converter generates wrong LDIF ('true' instead of 'TRUE')
----------------------------------------------------------------
Key: DIRSERVER-913
URL: https://issues.apache.org/jira/browse/DIRSERVER-913
Project: Directory ApacheDS
Issue Type: Bug
Reporter: Pierre-Arnaud Marcelot
Assigned To: Pierre-Arnaud Marcelot
The shared-converter project generates wrong LDIF ('true' instead of 'TRUE').
------
Loading this attribute type (as provided by the LDIF) fails with "The
attribute type syntax is invalid"
dn: m-oid=1.3.6.1.4.1.13769.3.7,ou=attributeTypes,cn=moz,ou=schema
objectClass: metaTop
objectClass: metaAttributeType
objectClass: top
m-equality: caseIgnoreMatch
m-name: mozillaHomeUrl
m-oid: 1.3.6.1.4.1.13769.3.7
m-singlevalue: true
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15
But this one works
dn: m-oid=1.3.6.1.4.1.13769.3.7,ou=attributeTypes,cn=moz,ou=schema
objectClass: metaTop
objectClass: metaAttributeType
objectClass: top
m-equality: caseIgnoreMatch
m-name: mozillaHomeUrl
m-oid: 1.3.6.1.4.1.13769.3.7
m-singlevalue: TRUE
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15
-----
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.