diff options
author | Harpreet Kaur Lalwani <hlalwani@redhat.com> | 2018-10-25 18:48:22 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-10-30 05:04:46 +0000 |
commit | d7fa1a85b1d5213128ec1f58d1e22af2495b9a3e (patch) | |
tree | 31d99f597d0896037fe0ca9ca5b835acfe4a3202 | |
parent | 0857d837d0f9350c91f57e1096683b5abf973dcb (diff) |
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>
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 6 |
1 files changed, 5 insertions, 1 deletions
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, }, { |