* ld.setOption(LDAPv2.SIZELIMIT,
* Integer.decode(hr.get("limit","1000")));
* } catch (Exception e) {}
*/
StringBuffer sb = new StringBuffer();
LDAPSearchResults results = ld.search(base, scope, search,
attrs, false);
for (int i = 0; results.hasMoreElements(); i++) {
sb.append(i).append(' ');
shove(hr.request.props, name + i + ".", results.next(),