Age | Commit message (Collapse) | Author | Files | Lines |
|
If enumerations are disabled for this domain, then do not start the
enumeration task.
|
|
Always immediately return to DP, and update users/groups in the background.
Also implements an optimization to retrieve only changed/new users/groups
by filtering using the modifyTimestamp after the first query.
|
|
|
|
|
|
The way openldap libraries work, require to have a single engine per
connection as all replies are read at the same time. So we need to
always read anything that comes in from the wire and then loop to
dispatch results to the requests that are waiting.
|
|
|
|
This uses and exapands the async helpers.
|
|
|