• Run the import-ldif tool to import the signed LDIF file from the previous example. The command imports the data.ldif file, checks the signature of the contents while overwriting the existing contents to the userRoot backend. The command requires the --isSigned option, which instructs the tool that the contents of the LDIF file is signed.
    $ bin/import-ldif --backendID userRoot \
      --ldifFile /path/to/data.ldif \ 
      --overwriteExistingEntries --isSigned