s4/ldap: Refactor the fix for ldap nested searches
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Fri, 29 Jan 2010 17:05:51 +0000 (19:05 +0200)
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>
Wed, 17 Feb 2010 16:03:31 +0000 (18:03 +0200)
commit80786148145e128c961a6f80a05585a17dfca63b
treecea8adfe8ad056b63792843dbabdf53d87efc20a
parentd07cd37b993d3c9beded20323174633b806196b5
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>
source4/lib/ldb/ldb_ildap/ldb_ildap.c
source4/libcli/ldap/ldap_client.h