1
0
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:
Pavel Filipenský 2024-02-26 08:31:24 +01:00 committed by Andrew Bartlett
parent 2b515b7dcc
commit 801e3fd6dd

View File

@ -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;