summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-07-09 13:28:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:54 -0500
commita83b84cbd554f8ae448f4768342e5c677259ffe5 (patch)
tree802ab40bfa78b05aa60e020d060db61c6f95429e /source3/include/ads.h
parentc13f62a6753e9cb9b19408752566495e11f329f5 (diff)
downloadsamba-a83b84cbd554f8ae448f4768342e5c677259ffe5.tar.gz
samba-a83b84cbd554f8ae448f4768342e5c677259ffe5.tar.bz2
samba-a83b84cbd554f8ae448f4768342e5c677259ffe5.zip
r23766: Add GTYPE_SECURITY_UNIVERSAL_GROUP define.
Guenther (This used to be commit 964acb2716e230172e716d8d24ee2f888930130d)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index 52ef27347e..cbab016d46 100644
--- a/source3/include/ads.h
+++ b/source3/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 */