s4-dsdb: fixed deletion of backlinks for fl2000 DCs
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Aug 2011 06:03:11 +0000 (16:03 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 17 Aug 2011 23:26:59 +0000 (09:26 +1000)
commit46a76bc2298db0434ff9e75796c8aaad9f0b2970
treebc6220bd87faabce7716b37b20b1a2fdc9f41210
parentc5dc26b9769bbaf2883a8cc8fc6fbe3168ff1c9b
s4-dsdb: fixed deletion of backlinks for fl2000 DCs

when in FL 2000 we were not correctly deleting backlinks as we uses
dsdb_find_dn_by_guid() which doesn't find deleted objects. Modules
should use dsdb_module_dn_by_guid() which prevents going to the top
level, and finds deleted objects

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/linked_attributes.c