mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r23766: Add GTYPE_SECURITY_UNIVERSAL_GROUP define.
Guenther
This commit is contained in:
parent
a3e5fe1693
commit
964acb2716
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user