cleaned up the lsa_enum_acct_rights function and added a
authorAndrew Tridgell <tridge@samba.org>
Tue, 28 Jan 2003 12:52:51 +0000 (12:52 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 28 Jan 2003 12:52:51 +0000 (12:52 +0000)
commit5f9112ac1b03cf3164ec6385237746a90fe0ddfd
tree000be01f6f8b8c9a56197b1ab6293e45fd89fae5
parent6b84af6421a549d05ca487f12c6c521c932ffe61
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.
(This used to be commit 2e5e659e095a94b0716d97f673f993f0af99aabe)
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