summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorPavel Filipenský <pfilipen@redhat.com>2021-05-19 14:51:00 +0200
committerAndrew Bartlett <abartlet@samba.org>2021-05-25 00:23:37 +0000
commit139cefceca20bd21ad557830f551eb51b343c660 (patch)
treea4fa4c5448f249da5e0b8ac3ccb8ce65f0ce465e /source3/rpcclient
parent1d781bbff84667b3ada4afc06c1d15829754dcb4 (diff)
downloadsamba-139cefceca20bd21ad557830f551eb51b343c660.tar.gz
s3:rpcclient: Document command of witness protocol
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_witness.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/rpcclient/cmd_witness.c b/source3/rpcclient/cmd_witness.c
index c28df1d2301..987c79736b6 100644
--- a/source3/rpcclient/cmd_witness.c
+++ b/source3/rpcclient/cmd_witness.c
@@ -561,7 +561,7 @@ struct cmd_set witness_commands[] = {
.wfn = &cmd_witness_GetInterfaceList,
.table = &ndr_table_witness,
.rpc_pipe = NULL,
- .description = "",
+ .description = "List the interfaces to which witness client connections can be made",
.usage = "",
},
{
@@ -571,7 +571,7 @@ struct cmd_set witness_commands[] = {
.wfn = &cmd_witness_Register,
.table = &ndr_table_witness,
.rpc_pipe = NULL,
- .description = "",
+ .description = "Register for resource state change notifications of a NetName and IPAddress",
.usage = "",
},
{
@@ -581,7 +581,7 @@ struct cmd_set witness_commands[] = {
.wfn = &cmd_witness_UnRegister,
.table = &ndr_table_witness,
.rpc_pipe = NULL,
- .description = "",
+ .description = "Unregister for notifications from the server</para></listitem></varlistentry>",
.usage = "",
},
{
@@ -591,7 +591,7 @@ struct cmd_set witness_commands[] = {
.wfn = &cmd_witness_AsyncNotify,
.table = &ndr_table_witness,
.rpc_pipe = NULL,
- .description = "",
+ .description = "Request notification of registered resource changes from the server",
.usage = "",
},
{
@@ -601,7 +601,7 @@ struct cmd_set witness_commands[] = {
.wfn = &cmd_witness_RegisterEx,
.table = &ndr_table_witness,
.rpc_pipe = NULL,
- .description = "",
+ .description = "Register for resource state change notifications of a NetName, ShareName and multiple IPAddresses",
.usage = "",
},
{