From 4405a1cc4f1d4e965e1459477dca9f058e89479e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 3 Dec 2001 08:16:01 +0000 Subject: added another ATYPE_ (This used to be commit 514bc61daa3f6d11dadac1baed5a5bf61313b1f9) --- source3/include/ads.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') 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 -- cgit