svn commit: samba r20027 - in branches/SAMBA_4_0/source/dsdb/common: .

metze at samba.org metze at samba.org
Mon Dec 4 11:07:59 GMT 2006


Author: metze
Date: 2006-12-04 11:07:59 +0000 (Mon, 04 Dec 2006)
New Revision: 20027

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20027

Log:
restore instanceType and systemFlags values, which got lost in
http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_4_0/source/dsdb/common/flags.h?p1=branches%2FSAMBA_4_0%2Fsource%2Finclude%2Fads.h&rev=17930&r1=15511&r2=17930

metze
Modified:
   branches/SAMBA_4_0/source/dsdb/common/flags.h


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/common/flags.h
===================================================================
--- branches/SAMBA_4_0/source/dsdb/common/flags.h	2006-12-04 10:02:08 UTC (rev 20026)
+++ branches/SAMBA_4_0/source/dsdb/common/flags.h	2006-12-04 11:07:59 UTC (rev 20027)
@@ -95,3 +95,25 @@
 #define GTYPE_DISTRIBUTION_GLOBAL_GROUP		0x00000002	/* 2 */
 #define GTYPE_DISTRIBUTION_DOMAIN_LOCAL_GROUP	0x00000004	/* 4 */
 #define GTYPE_DISTRIBUTION_UNIVERSAL_GROUP	0x00000008	/* 8 */
+
+#define INSTANCE_TYPE_IS_NC_HEAD	0x00000001
+#define INSTANCE_TYPE_UNINSTANT		0x00000002
+#define INSTANCE_TYPE_WRITE		0x00000004
+#define INSTANCE_TYPE_NC_ABOVE		0x00000008
+#define INSTANCE_TYPE_NC_COMING		0x00000010
+#define INSTANCE_TYPE_NC_GOING		0x00000020
+
+#define SYSTEM_FLAG_CR_NTDS_NC			0x00000001
+#define SYSTEM_FLAG_CR_NTDS_DOMAIN		0x00000002
+#define SYSTEM_FLAG_CR_NTDS_NOT_GC_REPLICATED	0x00000004
+#define SYSTEM_FLAG_SCHEMA_BASE_OBJECT		0x00000010
+#define SYSTEM_FLAG_DISALLOW_MOVE_ON_DELETE	0x02000000
+#define SYSTEM_FLAG_DOMAIN_DISALLOW_MOVE	0x04000000
+#define SYSTEM_FLAG_DOMAIN_DISALLOW_RENAME	0x08000000
+#define SYSTEM_FLAG_CONFIG_ALLOW_LIMITED_MOVE	0x10000000
+#define SYSTEM_FLAG_CONFIG_ALLOW_MOVE		0x20000000
+#define SYSTEM_FLAG_CONFIG_ALLOW_ERNAME		0x20000000
+#define SYSTEM_FLAG_DISALLOW_DELTE		0x80000000
+
+#define DS_BEHAVIOR_WIN2000	0
+#define DS_BEHAVIOR_WIN2003	2



More information about the samba-cvs mailing list