Using pyad 0.6.0. Attempting to process members of an AD group. How do I get more than the initial 1500 group members returned by the pyad get_members() method/LDAP? Not finding much documentation regarding this method.
Thanks in advance, Dennis
Using pyad 0.6.0. Attempting to process members of an AD group. How do I get more than the initial 1500 group members returned by the pyad get_members() method/LDAP? Not finding much documentation regarding this method.
Thanks in advance, Dennis
Copyright © 2021 Jogjafile Inc.
I had the same issue, solved it by just querying for all users with memberof and the group name.