Agreed. People should remember that it's not a "search limit"; it's the maximum number of results in a single page of results returned.
Without limits like this, it would be trivial to write an Denial of Service program that queries (objectClass=*) repetitively forcing the server to keep returning huge result sets to the client. ---Chuck -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fleischman Sent: Friday, May 28, 2004 7:27 AM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] 1000 user limit Oy! Please do not do this! MaxPageSize is there for a reason...it prevents us from having long-running transactions that can hurt overall DB perf. Rather, use paged searches. We implement paged searches as per RFC spec. If you're using ADSI, you can make it used paged searches with one extra line of code....just tell the search what page size to use (say 1000) and it will page for you under the hood. ~Eric -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas M. Long Sent: Friday, May 28, 2004 9:12 AM To: [EMAIL PROTECTED] Subject: [ActiveDir] 1000 user limit I need to increase the search limit on 2003 so that when I do an ldap search I can retrieve everything. Everywhere I look it just tells me to use ntdsutil and change the maxpagesize (I believe that was it), but doesnt give any specific permissions on how to do it. Do you guys have a link on the details? Also, can I limit this ability to a single user? OT-Is there a way to change permissions on a Global Address List in Exchange 2003 so that a certain group cannot see or use it? My reasoning for this would be so that if a virus is executed that spreads via address book, then it doesnt spread to every user in the Exchange Organization. Any other ideas?? Also, is there an archive of this group?? Searchable?? List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
