Skip to content

Commit

Permalink
r23766: Add GTYPE_SECURITY_UNIVERSAL_GROUP define.
Browse files Browse the repository at this point in the history
Guenther
(This used to be commit 964acb2)
  • Loading branch information
gd authored and Gerald (Jerry) Carter committed Oct 10, 2007
1 parent c13f62a commit a83b84c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source3/include/ads.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a83b84c

Please sign in to comment.