public void testSearchExternalSelectedAttributes() throws Exception
{
LinkedHashSet<String> attributes = new LinkedHashSet<String>();
attributes.add("uid");
attributes.add("createtimestamp");
SearchRequestProtocolOp searchRequest =
new SearchRequestProtocolOp(
ByteString.valueOf(BASE),
SearchScope.WHOLE_SUBTREE,
DereferencePolicy.NEVER_DEREF_ALIASES,
Integer.MAX_VALUE,
Integer.MAX_VALUE,