diff options
author | Günther Deschner <gd@samba.org> | 2007-07-09 13:28:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:54 -0500 |
commit | 964acb2716e230172e716d8d24ee2f888930130d (patch) | |
tree | b5bc67937c470a480bc94f4fc42d5998d20755b9 /source/include/ads.h | |
parent | a3e5fe1693a3e1830561d60254d6a3bfc0c30686 (diff) | |
download | samba-964acb2716e230172e716d8d24ee2f888930130d.tar.gz samba-964acb2716e230172e716d8d24ee2f888930130d.tar.xz samba-964acb2716e230172e716d8d24ee2f888930130d.zip |
r23766: Add GTYPE_SECURITY_UNIVERSAL_GROUP define.
Guenther
Diffstat (limited to 'source/include/ads.h')
-rw-r--r-- | source/include/ads.h | 5 |
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 */ |