Re: [python-win32] Ranged retrieval of large group membership lists

2010-03-15 Thread Tim Golden
On 15/03/2010 16:04, Mike Diehn wrote: Do you want me to ship you the code I wrote to do it? Wouldn't do any harm :) Thanks TJG ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Ranged retrieval of large group membership lists

2010-03-15 Thread Mike Diehn
Do you want me to ship you the code I wrote to do it? M On Mon, Mar 15, 2010 at 6:06 AM, Tim Golden wrote: > On 13/03/2010 10:17, Tim Golden wrote: > >> * Most people don't have member lists of> 1500. We certainly don't. In >>order to test this I'm going to have to sweet-talk my admins int

Re: [python-win32] Ranged retrieval of large group membership lists

2010-03-15 Thread Tim Golden
On 13/03/2010 10:17, Tim Golden wrote: * Most people don't have member lists of> 1500. We certainly don't. In order to test this I'm going to have to sweet-talk my admins into letting me use on our test-harness AD where I can generate several thousand random users. OK; I've got the

Re: [python-win32] Ranged retrieval of large group membership lists

2010-03-13 Thread Tim Golden
On 12/03/2010 22:58, Mike Diehn wrote: Hey folks, I can't be the only person dealing with this, right? I have an AD group of 1650 members. The find_group() function in active_directory.py can't return more than 1500 members. I've coded a generator that gets around it by using the query() meth