// modify Rdn
String newCn = "Tori Amos";
String newRdn = "cn=" + newCn;
String newDn = newRdn + "," + BASE;
connection.rename( oldDn, newRdn, true );
// Check, whether old Entry does not exists
assertNull( connection.lookup( oldDn ) );
// Check, whether new Entry exists