On 02/01/2014 08:59 PM, Jim Willeke wrote:
Most ldapseach command line tools have a
-c Continuous operation mode. Errors are reported, but ldapsearch
will continue with searches. The default is to exit after reporting an
error. Only useful in conjunction with -f.
Thanks,
That is about export. As stated in the original post, I already got the
command line equivalent.
For importing by overwriting, I think I have to tweak the exported ldif.
Would you know how can I do it command line?
- Looping on each dn ok easy to write.
-- Looping on each attribute in order to specify the replace operation
is more complicated because of some multi-line values...