Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
-
studio-ldapbrowser:1.1.0.v20080218, Windows XP, Sun ONE Directory Server
Description
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 "::".