[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#3454) slapcat splits long items in its output



Full_Name: Miroslav Kes
Version: 2.2.15
OS: FreeBSD 5.3 Release
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (208.22.104.18)


I have a problem with the slapcat. If an entry is too long - slapcat splits its
output and continues on another line. Look at this part of the slapcat output:

...
dn: uid=mkes,ou=Accounts,ou=CZ-R&D,dc=emea,dc=home,dc=ra-int,dc=com
objectClass: top
objectClass: posixAccount
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: sambaAccount
...
entryCSN: 2004121308:46:30Z#0x0001#0#0000
modifiersName: cn=smbadmin,ou=admins,ou=CZ-R&D,dc=emea,dc=home,dc=ra-int,dc=co
 m
modifyTimestamp: 20041213084630Z
...

The "modifiersName:" entry should end with "dc=ra-int,dc=com". Instead the 'm'
character is printed on next line preceeded by a space character. 
If I save such slapcat output to a file any further use of that file (e.g.
slapadd) is a problem.