dsdb: Do not search the sam.ldb file when trying to search all partitions
commit82bb44dd3b7f42b90494294b32f8413a39cb2030
authorAndrew Bartlett <abartlet@samba.org>
Thu, 4 May 2017 08:12:46 +0000 (4 10:12 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 May 2017 03:18:04 +0000 (23 05:18 +0200)
treeaed5e3951b5353d89b8e293cb6850163d939b8a7
parent5f0e53f1b90369c649688122c0a8742352f13877
dsdb: Do not search the sam.ldb file when trying to search all partitions

The sam.ldb file does not contain the same kind of data as the partitions, we do not wish to
mix these results.  This also avoids taking out locks on the sam.ldb file.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue May 23 05:18:04 CEST 2017 on sn-devel-144
source4/dsdb/samdb/ldb_modules/partition.c