Importing a signed LDIF file
Steps
-
To import the signed LDIF file (
data.ldif) from Signing an export, run theimport-ldiftool with the--isSignedoption.The tool imports the
data.ldiffile and checks the signature of the contents while overwriting the existing contents to theuserRootbackend.The command requires the
--isSignedoption, which instructs the tool that the contents of the LDIF file are signed.Example:
$ bin/import-ldif --backendID userRoot \ --ldifFile /path/to/data.ldif \ --overwriteExistingEntries --isSigned