summaryrefslogtreecommitdiff
path: root/source4/dsdb/common
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-05 21:21:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:48 -0500
commitf5c546145e7b5828c2e5f568be4708e732831cd1 (patch)
treefcf19788cafeafed36f56fd2f845eee5b81444ab /source4/dsdb/common
parenta97e319924371759f08dc923c8211ef6c5c5c0fa (diff)
downloadsamba-f5c546145e7b5828c2e5f568be4708e732831cd1.tar.gz
samba-f5c546145e7b5828c2e5f568be4708e732831cd1.tar.bz2
samba-f5c546145e7b5828c2e5f568be4708e732831cd1.zip
r25531: Merge GTYPE_SECURITY_UNIVERSAL_GROUP from samba3.
Guenther (This used to be commit 5c9d755f52c8fffe93efd9543a1381a3a06ef8f9)
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r--source4/dsdb/common/flags.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/dsdb/common/flags.h b/source4/dsdb/common/flags.h
index 8de3f6dc19..36111418e2 100644
--- a/source4/dsdb/common/flags.h
+++ b/source4/dsdb/common/flags.h
@@ -91,6 +91,11 @@
GROUP_TYPE_ACCOUNT_GROUP| \
GROUP_TYPE_SECURITY_ENABLED \
)
+#define GTYPE_SECURITY_UNIVERSAL_GROUP ( \
+ /* 0x80000008 -2147483656 */ \
+ GROUP_TYPE_UNIVERSAL_GROUP| \
+ GROUP_TYPE_SECURITY_ENABLED \
+ )
#define GTYPE_DISTRIBUTION_GLOBAL_GROUP 0x00000002 /* 2 */
#define GTYPE_DISTRIBUTION_DOMAIN_LOCAL_GROUP 0x00000004 /* 4 */
#define GTYPE_DISTRIBUTION_UNIVERSAL_GROUP 0x00000008 /* 8 */