Run the ldapmodify tool to move an entry from one base distinguished name (DN) to another base DN.
- Assign access control instructions (ACIs) on the parent entries.
- The source parent entry must have an ACI that allows export operations:
allow(export)
. - The target parent entry must have an ACI that allows import operations:
allow(import)
.
- The source parent entry must have an ACI that allows export operations:
For more information on access control instructions, see Overview of access control.