core: auth.ssl-allow has no option description
Added a description for auth.ssl-allow Change-Id: I50cd7c738007c3d7a1b333dae62dbb5e46a7ee67 fixes: bz#1643349 Signed-off-by: Harpreet Kaur Lalwani <hlalwani@redhat.com>
This commit is contained in:
parent
0857d837d0
commit
d7fa1a85b1
@ -2041,7 +2041,11 @@ struct volopt_map_entry glusterd_volopt_map[] = {
|
||||
.voltype = "protocol/server",
|
||||
.option = "!ssl-allow",
|
||||
.value = "*",
|
||||
.type = NO_DOC,
|
||||
.type = DOC,
|
||||
.description = "Allow a comma separated list of common names (CN) of "
|
||||
"the clients that are allowed to access the server."
|
||||
"By default, all TLS authenticated clients are "
|
||||
"allowed to access the server.",
|
||||
.op_version = GD_OP_VERSION_3_6_0,
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user