s4:dsdb - substitute the "show_deleted" with the "show_recycled" control
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 19 Sep 2010 20:20:08 +0000 (22:20 +0200)
committerMatthias Dieter Wallnöfer <mdw@sn-devel-104.sn.samba.org>
Sun, 3 Oct 2010 15:23:18 +0000 (15:23 +0000)
commite3081b92c16198332f5242a0395701ddfa7392e5
tree36c83e4f3ac7486306569510c25ea650ac58f117
parent46282da011b411daac052e07a576987d155638b1
s4:dsdb - substitute the "show_deleted" with the "show_recycled" control

We intend to see always all objects with the "show_deleted" control specified.
To see also recycled objects (beginning with 2008_R2 function level) we need to
use the new "show_recycled" control.

As far as I see this is only internal code and therefore we don't run into
problems if we do substitute it.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
12 files changed:
source4/dsdb/common/util.c
source4/dsdb/kcc/kcc_deleted.c
source4/dsdb/samdb/ldb_modules/acl.c
source4/dsdb/samdb/ldb_modules/acl_util.c
source4/dsdb/samdb/ldb_modules/extended_dn_store.c
source4/dsdb/samdb/ldb_modules/linked_attributes.c
source4/dsdb/samdb/ldb_modules/objectclass.c
source4/dsdb/samdb/ldb_modules/objectclass_attrs.c
source4/dsdb/samdb/ldb_modules/operational.c
source4/dsdb/samdb/ldb_modules/repl_meta_data.c
source4/dsdb/samdb/ldb_modules/util.c
source4/rpc_server/drsuapi/drsutil.c