ModifyRDN Method
Performs an LDAP 'modify RDN' operation an entry specified by DN .
Object Oriented Interface
public function doModifyRDN($newrdn);
Procedural Interface
ipworks_ldap_do_modifyrdn($res, $newrdn);
Remarks
This method performs an LDAP 'modify RDN' operation on the entry specified by DN.
NewRDN is the new RDN for the entry specified by DN
The result of the operation is returned via the Result event.