23.5. Creating an LDIF File with Nested Example Entries
Use the
dsctl ldifgen nested
command to create an LDIF file that contains a heavily nested cascading fractal structure. For example, to create an LDIF file named /tmp/nested.nldif
, that adds 600 users in total in different organization units (OU) under the dc=example,dc=com
entry, with each OU containing a maximum number of 100 users:
# dsctl instance_name ldifgen nested --num-users 600 --node-limit 100 --suffix "dc=example,dc=com"
For further details about the options, enter:
# dsctl instance_name ldifgen nested --help