Skip to content

LDAP user enumeration with paging support#141

Open
0xqn wants to merge 1 commit into
Adaptix-Framework:mainfrom
0xqn:patch-1
Open

LDAP user enumeration with paging support#141
0xqn wants to merge 1 commit into
Adaptix-Framework:mainfrom
0xqn:patch-1

Conversation

@0xqn
Copy link
Copy Markdown

@0xqn 0xqn commented May 6, 2026

Hi, I’m opening this PR to highlight an issue with the BOF used for DCSyncing all users. Currently, it only processes the first 1000 objects. In environments with more, the operation does not complete successfully, as the default maximum number of objects returned by an LDAP query is 1000.


Screenshot 2026-05-06 at 10 30 45 AM

With these changes, pagination is now supported, allowing the BOF to retrieve and process all available objects beyond this limit. In testing, this worked in an environment with over 3000 objects, all of which were successfully DCSynced.


Screenshot 2026-05-06 at 10 39 39 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant