ModifyDNRequest in LDIF is the modrdn directive.
ModifyDNRequest can alter the RDN of the entry and/or can be used to
If the target LDAP Entry has subordinate entries, then ModifyDNRequest may be used to move or rename that subtree if the LDAP Server Implementation allows.
ModifyDNRequest protocol op is defined as follows:
ModifyDNRequest ::= [APPLICATION 12] SEQUENCE { entry LDAPDN, newrdn RelativeLDAPDN, deleteoldrdn BOOLEAN, newSuperior [0] LDAPDN OPTIONAL }
Fields of the ModifyDNRequest are:
The LDAP DSA SHALL NOT dereference any aliases in locating the objects named in entry or newSuperior.
Upon receipt of a ModifyDNRequest, a server will attempt to perform the name change and return the result in the Modify DN Response,