Closed mauristu1 closed 1 year ago
Thanks for pointing this out. Haven't had a chance to test this against the big orgs. We will verify and fix this asap.
Apologies for the delayed response. paged_search has been implemented for most get-* modules. Feel free to test it. @mauristu1
Hi, thanks for the amazing tool! I have done some tests on a test domain and have noticed that only 1000 results are returned. I think this is due to the limitation that Microsoft has placed on the maximum number of results that can be returned with a single search. Reading the LDAP3 documentation it is recommended to use "paged_search" instead of "search".
To have a situation as realistic as possible it is necessary to have all the LDAP entries and not just 1000.
Thanks!