* @throws NamingException if system indices fail
*/
private void dropMovedAliasIndices( final Name movedBase ) throws NamingException
{
// Find all the aliases from movedBase down
IndexAssertion isBaseDescendant = new IndexAssertion()
{
public boolean assertCandidate( IndexRecord rec )
throws NamingException
{
String dn = getEntryDn( rec.getEntryId() );