diff options
author | Jean-François Micouleau <jfm@samba.org> | 2001-11-22 23:50:16 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2001-11-22 23:50:16 +0000 |
commit | 646651018a2736833e49e76f6ca735a4647d9746 (patch) | |
tree | 4549ca9e1c97c68723585736b7e8bb4bcc6f65b5 /source/include/mapping.h | |
parent | d1dee2d0323fe6fc498e50201535b1718a88abaf (diff) | |
download | samba-646651018a2736833e49e76f6ca735a4647d9746.tar.gz samba-646651018a2736833e49e76f6ca735a4647d9746.tar.xz samba-646651018a2736833e49e76f6ca735a4647d9746.zip |
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.
Diffstat (limited to 'source/include/mapping.h')
-rw-r--r-- | source/include/mapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |