You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2007/04/24 11:02:15 UTC

[jira] Created: (DIRSERVER-913) shared-converter generates wrong LDIF ('true' instead of 'TRUE')

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.


[jira] Resolved: (DIRSERVER-913) shared-converter generates wrong LDIF ('true' instead of 'TRUE')

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSERVER-913.
----------------------------------------------

    Resolution: Fixed

Fixed at commit 531866.

http://svn.apache.org/viewvc?view=rev&rev=531866

> 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.


[jira] Closed: (DIRSERVER-913) shared-converter generates wrong LDIF ('true' instead of 'TRUE')

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSERVER-913.
--------------------------------------------


Closed.

> 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.