dbcheck: check all objects, including deleted objects
commite14725c8fe4c257d9951d48d3093ecb9916abfae
authorAndrew Tridgell <tridge@samba.org>
Mon, 11 Jul 2011 02:23:01 +0000 (11 12:23 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 11 Jul 2011 04:32:44 +0000 (11 14:32 +1000)
tree6af632621972216b052be894f45bbd4b4cea3ee5
parent6f6cda72fc6d737060dd1f747b0e3b0f497b8d57
dbcheck: check all objects, including deleted objects

this makes dbcheck search over all objects, deleted or not. This
matters because when another DC replicates from this DC it replicates
the deleted objects as well, so invalid attributes in deleted objects
can cause problems on the new DC (for example, windows can get stuck
or even crash during the replication)

Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
source4/scripting/python/samba/dbchecker.py
source4/scripting/python/samba/netcmd/dbcheck.py