1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:rpcclient: Document command of witness protocol

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14719

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>
(cherry picked from commit 139cefceca)
This commit is contained in:
Pavel Filipenský 2021-05-19 14:51:00 +02:00 committed by Karolin Seeger
parent 46cf8514c7
commit c91ea2d31b

View File

@ -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 = "",
},
{