diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-03-28 04:28:01 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-29 05:32:57 -0700 |
commit | 3349098aca46a505c23a9bceeda53774b6820faf (patch) | |
tree | 9492410c8138f2b53e28ea17e5d761da4eda17b0 | |
parent | 5d0255f73bad9edd3a620712d33228074978ad3f (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
-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 21315e77b81..22991db5686 100644 --- a/xlators/mgmt/glusterd/src/glusterd.c +++ b/xlators/mgmt/glusterd/src/glusterd.c @@ -531,6 +531,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} }, }; |