s4:dsdb Rework show_deleted module not to liniearise the LDAP filter
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 Aug 2009 06:25:55 +0000 (16:25 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 25 Aug 2009 06:28:44 +0000 (16:28 +1000)
commit6542a084a5dee239866f7d327c47afe2fc3efc6a
tree5c99127d9720f5ddb6b264d0d29323c8b2d30f12
parent213546103749c30dbb3ad8472872b9a8fad34205
s4:dsdb Rework show_deleted module not to liniearise the LDAP filter

Instead, use the fact that the ldb_parse_tree structure is public to
construct the 'and not deleted' clause as a structure, and apply each
filter tree to that template.

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/show_deleted.c