libds: added nTDSDSA options flags
authorAndrew Tridgell <tridge@samba.org>
Tue, 13 Oct 2009 08:46:18 +0000 (19:46 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 14 Oct 2009 21:20:36 +0000 (08:20 +1100)
libds/common/flags.h

index 37103bcec2e6a08a84da3c25c6a8dc5720e6e9c1..46d037253feb3905c89da1473901a337c9f703f2 100644 (file)
 /* sa->systemFlags on attributes */
 #define DS_FLAG_ATTR_NOT_REPLICATED    0x00000001
 #define DS_FLAG_ATTR_IS_CONSTRUCTED    0x00000004
+
+/* 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
+#define DS_NTDSDSA_OPT_DISABLE_OUTBOUND_REPL    0x00000004
+#define DS_NTDSDSA_OPT_DISABLE_NTDSCONN_XLATE   0x00000008
+#define DS_NTDSDSA_OPT_DISABLE_SPN_REGISTRATION 0x00000010