mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
r596: log all ldb searches at level 4 in samdb
(This used to be commit defaf0d817a7c207da59692245aa65bc30c9bd19)
This commit is contained in:
parent
1d5c2c364e
commit
0ea5d1fde7
@ -120,6 +120,8 @@ int samdb_search_v(void *ctx,
|
||||
|
||||
count = ldb_search(sam_ctx->ldb, basedn, LDB_SCOPE_SUBTREE, expr, attrs, res);
|
||||
|
||||
DEBUG(4,("samdb_search_v: %s %s -> %d\n", basedn?basedn:"NULL", expr, count));
|
||||
|
||||
free(expr);
|
||||
|
||||
return count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user