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.

Reply via email to