summaryrefslogtreecommitdiff
path: root/libds
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-24 07:19:01 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-24 10:37:24 -0700
commit547a6da58e4de2e87ac55c62001cfee8e806b323 (patch)
treeddcd57f15741465f0939daf9b7e566a63dc940f0 /libds
parent3b7c668606c63d85eeb7f61920e8f40074d7829f (diff)
downloadsamba-547a6da58e4de2e87ac55c62001cfee8e806b323.tar.gz
s4-drs: add defines for replication flags on attributes
Diffstat (limited to 'libds')
-rw-r--r--libds/common/flags.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h
index dfdd603a154..fb90e6614ee 100644
--- a/libds/common/flags.h
+++ b/libds/common/flags.h
@@ -180,3 +180,6 @@
#define DS_DC_FUNCTION_2008 3
#define DS_DC_FUNCTION_2008_R2 4
+/* sa->systemFlags on attributes */
+#define DS_FLAG_ATTR_NOT_REPLICATED 0x00000001
+#define DS_FLAG_ATTR_IS_CONSTRUCTED 0x00000004