Hi,
sorry for the delay I was trying so testing on this, I found that query of
the form you have below
was fairly responsive albeit using a directory of just 500k users. Have you
tried profiling the query?
If not you could try this using ldp.exe [1] or adfind [2] e.g.
adfind -b OU=ACCOUNTS,OU=WSFG,DC=COM -f
"(&(cn>=A000000001)(cn<=A000001000))"
-h adamserver:adamport -stats+only
You will need to be an ADAM administrator to use the stats control.
As cn is indexed I would expect this to work in timely fashion.
Let's us know what you find.
Thanks
Lee Flight
[1]
http://robbieallen.com/downloads/Recipe15-9.htm
[2]
http://www.joeware.net/freetools/tools/adfind/index.htm
"drm" <> wrote in message
news:4c67ed07-364e-484c-a404-...
> We assign the cn of each entry based on a running count. The first
> query is (&(cn>=A000000001)(cn<=A000001000)), the next query is
> (&(cn>=A000001001)(cn<=A000002000)), etc.
>
> Each object class is under its own ou ex. objectClass = wsfgAccount;
> ou = OU=ACCOUNTS,OU=WSFG,DC=COM.