}
}
parent.setChildrenInitialized( false );
// determine alias and referral handling
SearchScope scope = SearchScope.ONELEVEL;
AliasDereferencingMethod derefAliasMethod = parent.getBrowserConnection().getAliasesDereferencingMethod();
ReferralHandlingMethod handleReferralsMethod = parent.getBrowserConnection().getReferralsHandlingMethod();
Control[] controls = null;
// if( parent.isReferral() && handleReferralsMethod == ReferralHandlingMethod.MANAGE )
// {