Renames an entry by changing it's relative distinguished name. This has the side effect of changing the distinguished name of all entries directly or indirectly subordinate to the named entry if it has descendants.
@param dn the distinguished name of the entry to rename
@param newRdn the new relative distinguished name for the entry
@param deleteOldRdn whether or not the old value for the relative distinguished name is to be deleted from the entry
@throws Exception if there are failures while renaming the entry
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.