From 646651018a2736833e49e76f6ca735a4647d9746 Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Thu, 22 Nov 2001 23:50:16 +0000 Subject: added lsa_enum_sids to rpcclient fixed lsa_enum_rpivs server code. This time it works as W2K. fixed smbgroupedit to compile and work. J.F. --- source/include/mapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/include/mapping.h') diff --git a/source/include/mapping.h b/source/include/mapping.h index f3e0be6e4a7..f016e148ba8 100644 --- a/source/include/mapping.h +++ b/source/include/mapping.h @@ -41,7 +41,7 @@ typedef struct _PRIVS { #define SE_PRIV_PRINT_OPERATOR 0x0004 #define SE_PRIV_ALL 0xffff -#define PRIV_ALL_INDEX 4 +#define PRIV_ALL_INDEX 3 #define ENUM_ONLY_MAPPED True -- cgit