bug fix in lsa_trans_names.
authorLuke Leighton <lkcl@samba.org>
Thu, 22 Oct 1998 18:15:23 +0000 (18:15 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 22 Oct 1998 18:15:23 +0000 (18:15 +0000)
commitcbd0b2ccf9519bcada58567b88987e134563058d
tree4db13a458318e01a578013508ce61387690f735f
parent034a12fdcb6f707b382d9da481bc012a3c49da76
bug fix in lsa_trans_names.

well-known aliases S-1-5-20 is actually S-1-5-0x20 but sid_to_string does
decimal not hexadecimal oops.
(This used to be commit 4d830e243650729344a2d1b238075e787802ff8b)
source3/include/proto.h
source3/lsarpcd/srv_lsa.c
source3/rpc_parse/parse_lsa.c
source3/rpc_server/srv_lsa.c
source3/rpc_server/srv_samr.c