Automatically generate LDAP entries with OpenDJ make-ldif
Do you need to generate a large number of LDAP entries for benchmark testing? I was all set to write a utility to do this - when a colleague pointed me to make-ldif that comes with OpenDJ.
In a nut-shell, make-ldif uses template files to create sample LDIF data, which can then be imported into your ldap server. make-ldif can generate random data, and/or use various patterns (for example - selecting from a list of cities, phone numbers, etc.).
Check out the documentation
Comments