added cli_lsa_enum_account_rights() call. Note that this is in
authorAndrew Tridgell <tridge@samba.org>
Wed, 15 Jan 2003 07:40:40 +0000 (07:40 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 15 Jan 2003 07:40:40 +0000 (07:40 +0000)
commit65bac11d716f873dcdbda528313c33634c26a072
treee6cddf1a044dc72ff1d5a2ac5aa01460fa930d4c
parent919889de78fc3c7bc5dfebcc180385f2f3d7a564
added cli_lsa_enum_account_rights() call. Note that this is in
principal similar to the existing cli_lsa_enum_privsaccount() call,
except that cli_lsa_enum_account_rights() doesn't require a call to
open_account first. There is also the minor matter that
cli_lsa_enum_account_rights() works whereas
cli_lsa_enum_privsaccount() doesn't!

this call can be used to find what privileges an account or group
has. This is a first step towards proper privileges support in Samba.
source/include/rpc_lsa.h
source/include/rpc_misc.h
source/rpc_client/cli_lsarpc.c
source/rpc_parse/parse_lsa.c
source/rpc_parse/parse_misc.c
source/rpcclient/cmd_lsarpc.c