mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4/ldap: Refactor the fix for ldap nested searches
Current implementation synchronizes processing for all types of LDAP request, not only LDAP_Search ones. Synchronization for ldap replies processing is done locally in ldb_ildap module as this concerns only ildb_callback() function. Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
This commit is contained in:
committed by
Anatoliy Atanasov
parent
d07cd37b99
commit
8078614814
@ -37,10 +37,6 @@ struct ldap_request {
|
||||
int num_replies;
|
||||
struct ldap_message **replies;
|
||||
|
||||
/* mark while we are processing replies
|
||||
* in request of type LDAP_TAG_SearchRequest */
|
||||
bool in_dispatch_replies;
|
||||
|
||||
NTSTATUS status;
|
||||
DATA_BLOB data;
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user