dsdb: linked_attributes module knows about sorted links
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 14 Feb 2019 21:27:14 +0000 (10:27 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 4 Mar 2019 21:41:18 +0000 (21:41 +0000)
commit518320ae33ae6d77d67ec216cd4cd68d69036be1
tree7a8698122b44b7bb079150b05d0d00341932a318
parentbf50324fefdde7120838f17e6aee32ffc1345f22
dsdb: linked_attributes module knows about sorted links

Until now the linked attrbutes module has allocated its private data
on a per transaction basis, but we prefer to check the sorted links
feature less often than that. So the private data struct is given
module life time and a transaction member to carry out the old role.

In coming patches, the sorted links flag will be used.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/linked_attributes.c