MoveToDN Method
Performs an LDAP 'modify' operation on the entry specified by DN by changing its superior.
Object Oriented Interface
public function doMoveToDN($newsuperior);
Procedural Interface
ipworks_ldap_do_movetodn($res, $newsuperior);
Remarks
This method performs an LDAP 'modify' operation on the entry specified by DN by changing its superior. None of the entry's attributes will change. DeleteOldRDN property will be set to true to delete the old entry. The result of the operation is returned via the Result event.