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.di...@ansys.com, (603) 727-5492
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to