Description: When dse.ldif has a very long line inthe attribute value, it puts it to the next line and adds ' '. We should process it correctly in lib389.
https://pagure.io/389-ds-base/issue/50586
Reviewed by: ?
just me being super paranoid, this should probably be "dn:"
Will this work if there are 2 or 3 wrapped lines for an attribute? All lines end with "\n" so I'm not sure what this check is actually doing.
Sure, I'll fix it.
This time I was too paranoid and put it as a precaution :D but I guess you a right, it's unlikely that we'll have a line without '/n'. (I am not sure what I was thinking at 1am, hah)
And it will work with 2+ wrapped lines
1 new commit added
Fix issues reported by Mark
just me being super paranoid, this should probably be "dn:" Sure, I'll fix it. Will this work if there are 2 or 3 wrapped lines for an attribute? All lines end with "\n" so I'm not sure what this check is actually doing. This time I was too paranoid and put it as a precaution :D but I guess you a right, it's unlikely that we'll have a line without '/n'. (I am not sure what I was thinking at 1am, hah) And it will work with 2+ wrapped lines
This time I was too paranoid and put it as a precaution :D but I guess you a right, it's unlikely that we'll have a line without '/n'. (I am not sure what I was thinking at 1am, hah) And it will work with 2+ wrapped lines
Welllllll..... tiredness (lack of sleep, staying up late) affects your brain worse than alcohol ... so you may as well just work drunk ;)
LGTM
rebased onto 38d1b0a097c373ecb5d7f974a5d48b66b8fad72d
Pull-Request has been merged by spichugi
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This pull request has been cloned to Github as issue and is available here: - https://github.com/389ds/389-ds-base/issues/3643
If you want to continue to work on the PR, please navigate to the github issue, download the patch from the attachments and file a new pull request.
Thank you for understanding. We apologize for all inconvenience.
Pull-Request has been closed by spichugi
Description: When dse.ldif has a very long line inthe attribute value,
it puts it to the next line and adds ' '.
We should process it correctly in lib389.
https://pagure.io/389-ds-base/issue/50586
Reviewed by: ?