r25531: Merge GTYPE_SECURITY_UNIVERSAL_GROUP from samba3.
authorGünther Deschner <gd@samba.org>
Fri, 5 Oct 2007 21:21:58 +0000 (21:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:48 +0000 (15:07 -0500)
Guenther

source/dsdb/common/flags.h

index 8de3f6dc19ca6b10f32ee6803492e6b27d5b360c..36111418e20c5ad5f2645ae0cf550ec27700e121 100644 (file)
                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 */