[python-win32] Ranged retrieval of large group membership lists
Mike Diehn
mike.diehn at ansys.com
Fri Mar 12 23:58:39 CET 2010
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() method in a sort of brute
force method. But I'd really like to know what everyone else is doing
instead.
In other words, what did I miss?
Thanks,
Mike
--
Mike Diehn
Senior Systems Administrator
ANSYS, Inc - Lebanon, NH Office
mike.diehn at ansys.com, (603) 727-5492
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20100312/9cbd2ee1/attachment-0001.html>
More information about the python-win32
mailing list