diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-03-28 04:32:32 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-29 04:14:48 -0700 |
commit | b6ffe3ed1d44fddaed2a5eb2586b0584bfc17d5a (patch) | |
tree | 291114bf853fe064f55581d8c9c862bf3c12285f /xlators/mgmt/glusterd/src/glusterd.c | |
parent | 94a2118801138db92dda0cf74691fea95d7f9d12 (diff) |
mgmt/glusterd: Add rpc-auth-allow-insecure option
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2582 (allow option to accept messages from insecure ports)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2582
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.c b/xlators/mgmt/glusterd/src/glusterd.c index 083ff10d658..004973afb62 100644 --- a/xlators/mgmt/glusterd/src/glusterd.c +++ b/xlators/mgmt/glusterd/src/glusterd.c @@ -568,6 +568,9 @@ struct volume_options options[] = { { .key = {"rpc-auth.*"}, .type = GF_OPTION_TYPE_ANY, }, + { .key = {"rpc-auth-allow-insecure"}, + .type = GF_OPTION_TYPE_BOOL, + }, { .key = {NULL} }, }; |