modifyDN
ModifyDN, short for Modify Distinguished Name, is an LDAP operation used to rename an entry or move it to a different part of the directory information tree by changing its distinguished name (DN). It is invoked when an entry’s identity or location changes, such as a person changing a surname or a resource being reassigned to another organizational unit.
The operation specifies the entry’s current DN, a newRelativeDN (newRDN), and, optionally, a newSuperior that designates
Behavior and constraints: The operation is intended to be atomic—either the entry is renamed and/or moved successfully,
Security and administration: Modifying a DN touches an entry’s identity and its position in the directory, so