Importing a signed LDIF file - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce
To import the signed LDIF file (data.ldif) from Signing an export, run the import-ldif tool with the --isSigned option.

The tool imports the data.ldif file and checks the signature of the contents while overwriting the existing contents to the userRoot backend.

Note:

The command requires the --isSigned option, which instructs the tool that the contents of the LDIF file are signed.

$ bin/import-ldif --backendID userRoot \
  --ldifFile /path/to/data.ldif \ 
  --overwriteExistingEntries --isSigned