summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-07-09 13:28:46 +0000
committerGünther Deschner <gd@samba.org>2007-07-09 13:28:46 +0000
commitc41d0639f35d484ffa98db1e1fccda5783cb3664 (patch)
tree690406d3c7b58f47cc1e5e419640dd94011bc095
parentf399c0f73105c07bb0cc89ec9897ffcc392ea2b3 (diff)
downloadsamba-c41d0639f35d484ffa98db1e1fccda5783cb3664.tar.gz
samba-c41d0639f35d484ffa98db1e1fccda5783cb3664.tar.xz
samba-c41d0639f35d484ffa98db1e1fccda5783cb3664.zip
r23766: Add GTYPE_SECURITY_UNIVERSAL_GROUP define.
Guenther
-rw-r--r--source/include/ads.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index 52ef27347ec..cbab016d46e 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -258,6 +258,11 @@ typedef void **ADS_MODLIST;
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 */