mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s3:libads: Trace ldap search base/filter/scope
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
2b515b7dcc
commit
801e3fd6dd
@ -154,6 +154,11 @@ static int ldap_search_with_timeout(LDAP *ld,
|
||||
struct timeval *timeout_ptr = NULL;
|
||||
int result;
|
||||
|
||||
DBG_DEBUG("ldap_search: base => [%s], filter => [%s], scope => [%d]\n",
|
||||
base,
|
||||
filter,
|
||||
scope);
|
||||
|
||||
/* Setup timeout for the ldap_search_ext_s call - local and remote. */
|
||||
gotalarm = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user