summaryrefslogtreecommitdiff
path: root/source4/dsdb/common/util.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-09-28 11:04:29 +1000
committerAndrew Tridgell <tridge@samba.org>2011-10-04 15:08:57 +1100
commit60cbc98051b430fc09358a09866c69a54cc726bc (patch)
tree7b8568e7fbc1b1b32396ba537d952192f55631ff /source4/dsdb/common/util.h
parentfb937afbecb61896e8e8e56c19bbc193fc573e15 (diff)
downloadsamba-60cbc98051b430fc09358a09866c69a54cc726bc.tar.gz
samba-60cbc98051b430fc09358a09866c69a54cc726bc.tar.bz2
samba-60cbc98051b430fc09358a09866c69a54cc726bc.zip
s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICA
this control tells the partition module that the DN being created is a partial replica, so it should modify the @PARTITION object to add the partialReplica attribute Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/common/util.h')
-rw-r--r--source4/dsdb/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/common/util.h b/source4/dsdb/common/util.h
index 75ef49e1c3..b2f7aa5b32 100644
--- a/source4/dsdb/common/util.h
+++ b/source4/dsdb/common/util.h
@@ -37,6 +37,7 @@
#define DSDB_PROVISION 0x0800
#define DSDB_BYPASS_PASSWORD_HASH 0x1000
#define DSDB_SEARCH_NO_GLOBAL_CATALOG 0x2000
+#define DSDB_MODIFY_PARTIAL_REPLICA 0x4000
bool is_attr_in_list(const char * const * attrs, const char *attr);