Hide Forgot
Description of problem: When importing an ldif file containing base-64 encoded jpegPhoto or even when using the '< file:/' notation for the attributes, the resulting jpegPhoto attribute is truncated to one line. Version-Release number of selected component (if applicable): 389-ds 1.2.1-1 on RHEL 5.5 How reproducible: Always Steps to Reproduce: 1. Create a ldif file with entries containing jpegPhoto attributes which are base-64 encoded or contain a file path to a jpeg file. 2.use the ldif2db utility to import data into a new basedn Additional info: I am able to directly import the same ldif data using ldapmodify -a directly without running into the problem. It seems to only happen when using ldif2db which does a atomic import of the data using the extensibleObject method. I can provide sample ldif data if necessary.
After further testing, I have been able to get my imports working. It appears there was some formatting problems with my ldif file that was causing the import to fail. I'm now properly formatting my ldif file.