Chad Sikorra
Chad Sikorra
If anyone wants to test it they'll probably want to use the changes in joycond here too: https://github.com/DanielOgorchock/joycond/pull/54
This somehow messes up pro-controller support...kernel panic :( \*sigh\* Trying to debug. Not sure specifically what would've done that after looking at what I changed. Will have to take a...
I modified it slightly so that it still lets certain things to be enabled via the protocol -- rumble / imu (which just ignores things certain controllers don't support it...
I would look over this, as all of the same rules apply: https://docs.microsoft.com/en-us/windows/desktop/ad/polling-for-changes-using-the-dirsync-control What does your code look like for how you are calling dirsync? Is it all with default...
As noted [in the docs](https://github.com/FreeDSx/LDAP/blob/master/docs/Client/DirSync.md), DirSync is very much an Active Directory specific control. There is no OpenLDAP equivalent that I'm aware of (Perhaps when running samba it would? not...
Unfortunately I cannot. Such a control needs to be server-side from OpenLDAP. When a client uses a sync control it fundamentally changes the behavior of how the server determines to...
Thanks for taking the time to work on this! I think the separate OperationHandler is the way to go. There should be one for paging interactively and one for other...
Yeah, as I look back at this I wish I really would have split the query operations into two different ones. One for paging based operations and another for normal...
Unfortunately this is not possible. The ntSecurityDescriptor has an attribute syntax of binary in its AD schema definition (internally in Active Directory, nothing to do with this library), which does...
Thanks for the PR. Sorry about the delayed response. I'll read through the range retrieval article this week. This looks like it'll probably be an OK workaround for the time...