From 3349098aca46a505c23a9bceeda53774b6820faf Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 28 Mar 2011 04:28:01 +0000 Subject: mgmt/glusterd: Add rpc-auth-allow-insecure option Signed-off-by: Pranith Kumar K Signed-off-by: Vijay Bellur BUG: 2582 (allow option to accept messages from insecure ports) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2582 --- xlators/mgmt/glusterd/src/glusterd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/mgmt/glusterd') 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} }, }; -- cgit