Export into LDIF format could be corrupted
------------------------------------------

                 Key: DIRSTUDIO-285
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-285
             Project: Directory Studio
          Issue Type: Bug
          Components: studio-ldapbrowser
    Affects Versions: 1.1.0
         Environment: studio-ldapbrowser:1.1.0.v20080218, Windows XP, Sun ONE 
Directory Server
            Reporter: Gerard Brimont


I have updated the default LDAP schema creating a new attribute 
CdcCmcServiceRecords which syntax is DirectoryString.
I have created a new entry assigning 3 values to CdcCmcServiceRecords attribute:
sip::tcp:5060
sip::udp::5060
sips::tcp::5061

When I export such entry, the LDIF file contains:
CdcCmcServiceRecords:sip:: tcp::5060
CdcCmcServiceRecords:sips:: tcp::5061
CdcCmcServiceRecords:sip:: udp::5060
in place of:
CdcCmcServiceRecords: sip::tcp::5060
CdcCmcServiceRecords: sips::tcp::5061
CdcCmcServiceRecords: sip::udp::5060

-> no space after "CdcCmcServiceRecords:" + unexpected space after first "::".


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