2011-2012ForgeRock ASmake-ldif1OpenDJmake-ldifgenerate test LDIFmake-ldifoptionsDescriptionThis utility can be used to generate LDIF data based on a definition
in a template file.OptionsThe following options are supported.The path to the LDIF file to be written.The seed to use to initialize the random number generator.Default value: 0The path to the template file with information about the LDIF data
to generate.Display version information.Display usage information.Exit Codes0The command completed successfully.> 0An error occurred.ExamplesThe following example uses the default template to generate LDIF.$ make-ldif -t ../config/MakeLDIF/example.template -o ../ldif/generated.ldif
Processed 1000 entries
Processed 2000 entries
...
Processed 10000 entries
LDIF processing complete. 10003 entries writtenSee Alsomake-ldif.template5