diff options
-rw-r--r-- | source3/include/ads.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 3c26ed39c1..49dcdd9a43 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -29,4 +29,5 @@ typedef struct { #define UF_SERVER_TRUST_ACCOUNT 0x2000 /* account types */ -#define ATYPE_NORMAL_GROUP 0x10000000 +#define ATYPE_GROUP 0x10000000 +#define ATYPE_USER 0x30000000 |