You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2009/03/01 16:33:12 UTC

[jira] Commented: (DIRSTUDIO-468) The LDIF parser does not correctly parse changes

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677811#action_12677811 ] 

Stefan Seelmann commented on DIRSTUDIO-468:
-------------------------------------------

The problem is that the 'T' in changetype is uppercase. This causes that the LDIF isn't recognized as change record. Should the keyword (dn, changtype, modify, add, delete, moddn, etc) be case insensitive?

> The LDIF parser does not correctly parse changes
> ------------------------------------------------
>
>                 Key: DIRSTUDIO-468
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-468
>             Project: Directory Studio
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Emmanuel Lecharny
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> Trying to parse such a LDIF :
> # principal: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
> # timestamp: 1235905921781
> # revision: 1235905920724
> dn: 2.5.4.3=the person,2.5.4.11=system
> changeType: modify
> add: objectclass
> objectclass: organizationalPerson
> objectclass: inetOrgPerson
> -
> you get an error message, as the last '-' is considered as a wrong token

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.