cleaned up the lsa_enum_acct_rights function and added a
commit2e5e659e095a94b0716d97f673f993f0af99aabe
authorAndrew Tridgell <tridge@samba.org>
Tue, 28 Jan 2003 12:52:51 +0000 (28 12:52 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 28 Jan 2003 12:52:51 +0000 (28 12:52 +0000)
treec7a2ee058cd8516da21da5a14d0a4ddafe65938f
parent7cbb194b58a4313497541c1f8153533c5034b928
cleaned up the lsa_enum_acct_rights function and added a
lsa_add_acct_rights function.

This allows us to add privileges remotely to accounts using rpcclient.
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