Re: Active Directory & Java SDK
Anton Bobrov <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Organization | Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
Dennis, i think you'd be better off asking these questions on some AD list or forum. afaik for Q(1) this is a server side limit imposed by AD itself by default and for Q(2) aint got a clue but i think they have some similar attribute, ask on AD forums/lists. Dennis Sinelnikov wrote: > 1. How do I increase the 1000 entry limit per search? After 1000 I get > (4) SIZE_LIMIT_EXCEEDED exception. I tried upping the max results on > LDAPSearchConstraints without any luck. > > 2. How do I get a count of all entries under a particular branch? For > example, I need to know total number of users before pulling all of them > that reside under cn=Users. In non-AD world, I was able to determine > that by appending "-s base "objectclass=*" numsubordinates" to my search > query.