ldap-restruct: Restructure an LDIF file into LDIF changes.
Corechange_groupingIndicates how attribute changes should be grouped in the output LDIF file.
One of {individual,
attribute,
object_class,
entry}.
When individual,
each attribute/value pair is a separate change.
When attribute,
each attribute is a change that includes all values.
When object_class (the default),
all attributes pertaining to a single object class are grouped into one change.
When entry,
all attributes for the entry are put into one change,
regardless of which object class they belong to.