The branch, master has been updated
via 54e68b4... Added a couple of systemFlags, needed for determining
filtered attributes.
from 15b42d6... Added a function to check if an attribute can belong to
a filtered replica.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 54e68b4949b8d7aadefe0eff8ea6b8c949a2ceb8
Author: Nadezhda Ivanova <[email protected]>
Date: Mon May 3 15:38:46 2010 +0200
Added a couple of systemFlags, needed for determining filtered attributes.
-----------------------------------------------------------------------
Summary of changes:
libds/common/flags.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/libds/common/flags.h b/libds/common/flags.h
index de3e71c..67811d0 100644
--- a/libds/common/flags.h
+++ b/libds/common/flags.h
@@ -185,8 +185,12 @@
/* sa->systemFlags on attributes */
#define DS_FLAG_ATTR_NOT_REPLICATED 0x00000001
+#define DS_FLAG_ATTR_REQ_PARTIAL_SET_MEMBER 0x00000002
#define DS_FLAG_ATTR_IS_CONSTRUCTED 0x00000004
+/* sa->systemFlagsEx on attributes */
+#define DS_FLAG_ATTR_IS_CRITICAL 0x00000001
+
/* 7.1.1.2.2.1.2.1.1 nTDSDSA Object options flags */
#define DS_NTDSDSA_OPT_IS_GC 0x00000001
#define DS_NTDSDSA_OPT_DISABLE_INBOUND_REPL 0x00000002
--
Samba Shared Repository