[
https://issues.apache.org/jira/browse/DIRSTUDIO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734619#action_12734619
]
Pierre-Arnaud Marcelot commented on DIRSTUDIO-505:
--------------------------------------------------
Actually, it's working well with Studio, but it's not working with the import
command of the ApacheDS Tools.
What could be interesting is to display maybe a warning instead of an error,
indicating that the '-' is missing but a few tools might be ok with that.
> LDIF Editor should throw an error when defining an LDIF with
> changetype=modify and no '-'
> -----------------------------------------------------------------------------------------
>
> Key: DIRSTUDIO-505
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-505
> Project: Directory Studio
> Issue Type: Bug
> Components: studio-ldifeditor
> Affects Versions: 1.4.0
> Reporter: Pierre-Arnaud Marcelot
> Priority: Minor
> Fix For: 1.5.0
>
>
> LDIF Editor should throw an error when defining an LDIF with
> changetype=modify and no '-'
> The following LDIF is reported as correct by the LDIF Editor, but it contains
> no '-' and the end of the first entry.
> CF. RFC 2849
> ##################################
> dn: cn=test,dc=example,dc=com
> changetype: modify
> replace: sn
> sn: try
> dn: cn=test,dc=example,dc=com
> changetype: add
> objectClass: person
> objectClass: extensibleObject
> objectClass: top
> sn: test
> cn: test
> ##################################
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.