filter.setSearchMonitoringInformation(false);
filter.setSearchBaseDNInformation(false);
ServerLoader loader = new ServerLoader(server.getAdsProperties(),
dn, pwd, getTrustManager(), getConnectTimeout(),
cache.getPreferredConnections(), filter);
return loader.createContext();
}
/**
* Returns <CODE>true</CODE> if the provided baseDN is replicated in the
* provided server, <CODE>false</CODE> otherwise.