1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/ldb/ldb_tdb
Andrew Bartlett c5a14306c8 ldb_debug: Fix binary data in debug log
When duplicate objects were added, the GUID was printed in the debug log
The GUID was not escaped and therefore displayed as binary content.

This patch splits out the duplicate DN creation error and the duplicate
GIUD error.  Duplicate DN's are a normal event and don't require debug
logging.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13185

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
2018-02-26 02:32:09 +01:00
..
ldb_cache.c ldb_tdb: Add UNIQUE_INDEX as a possible flag 2017-09-22 21:20:24 +02:00
ldb_index.c ldb_debug: Fix binary data in debug log 2018-02-26 02:32:09 +01:00
ldb_search.c ldb_tdb: Avoid allocation of a DN between the GUID index and the DB lookup 2017-09-22 21:20:24 +02:00
ldb_tdb_wrap.c ldb: use tdb directly, not tdb_compat. 2012-06-19 05:38:07 +02:00
ldb_tdb.c ldb_tdb: Give a good error message on add without an objectGUID 2017-09-22 21:20:24 +02:00
ldb_tdb.h ldb_tdb: Avoid allocation of a DN between the GUID index and the DB lookup 2017-09-22 21:20:24 +02:00