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)
commiteb6312af9fcf91b7709af50b499bc3b01eddeee5
tree6f20a72d565c45f6a793f40d7434706564cd104e
parent0a8b4417bcb73b9146c5eb60fdede8d8cbbb437d
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.
(This used to be commit 65bac11d716f873dcdbda528313c33634c26a072)
source3/include/rpc_lsa.h
source3/include/rpc_misc.h
source3/rpc_client/cli_lsarpc.c
source3/rpc_parse/parse_lsa.c
source3/rpc_parse/parse_misc.c
source3/rpcclient/cmd_lsarpc.c