summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-09-22 09:52:29 +1000
committerAndrew Tridgell <tridge@samba.org>2011-09-22 10:00:49 +1000
commitaba856c6668bbe56e2d84057bead31de1e08e2bd (patch)
tree97fa80d598e56a3cd72b9451d1a208cc378debf1 /source4/dsdb/samdb/ldb_modules/partition.h
parent8c3d77d84c9627c9ed4e1164d4844f83345fdbd6 (diff)
downloadsamba-aba856c6668bbe56e2d84057bead31de1e08e2bd.tar.gz
samba-aba856c6668bbe56e2d84057bead31de1e08e2bd.tar.bz2
samba-aba856c6668bbe56e2d84057bead31de1e08e2bd.zip
s4-dsdb: load the partialReplica attribute in the @PARTITION object
this modifies the partition module to honor a partialReplica attribute on the @PARTITION module, marking partiations as partial replicas so the NO_GLOBAL_CATALOG control can be honoured
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/partition.h')
-rw-r--r--source4/dsdb/samdb/ldb_modules/partition.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/partition.h b/source4/dsdb/samdb/ldb_modules/partition.h
index 45568ba404..d05ff5db01 100644
--- a/source4/dsdb/samdb/ldb_modules/partition.h
+++ b/source4/dsdb/samdb/ldb_modules/partition.h
@@ -31,6 +31,7 @@ struct dsdb_partition {
struct dsdb_control_current_partition *ctrl;
const char *backend_url;
DATA_BLOB orig_record;
+ bool partial_replica; /* a GC partition */
};
struct partition_module {