From d7fa1a85b1d5213128ec1f58d1e22af2495b9a3e Mon Sep 17 00:00:00 2001 From: Harpreet Kaur Lalwani Date: Thu, 25 Oct 2018 18:48:22 +0530 Subject: 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 --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 937c9e98409..dab515d7161 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -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, }, { -- cgit