• Use the import-ldif command to import data from a compressed gzip formatted file. You must also use the --isCompressed option to indicate that the input file is compressed. Make sure the Directory Server is offline before running this command. Do not specify any connection arguments when running the command.
    $ bin/import-ldif --backendID userRoot --isCompressed \ 
      --ldifFile /path/to/data.gz --rejectFile /path/to/reject.ldif \ 
      --skipFile /path/to/skip.ldif