From 09ed778309cd4d4cdbc19ad7cbdcea3da7408a66 Mon Sep 17 00:00:00 2001 From: krishna Date: Fri, 5 Aug 2011 15:25:16 +0530 Subject: NFS server: allow clients to connect from insecure (>1024) ports and support for both rpc-auth-allow-insecure and rpc-auth.ports.insecure Change-Id: I4e3fbfe37d6d3e8443d5b7b79faf6e364fdb87be BUG: 3296 Reviewed-on: http://review.gluster.com/178 Reviewed-by: Shishir Gowda Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/nfs/server/src/nfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/nfs/server/src/nfs.h') diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h index d1ff3ba2800..a174ef13b4a 100644 --- a/xlators/nfs/server/src/nfs.h +++ b/xlators/nfs/server/src/nfs.h @@ -75,6 +75,7 @@ struct nfs_state { int dynamicvolumes; int enable_ino32; unsigned int override_portnum; + int allow_insecure; }; #define gf_nfs_dvm_on(nfsstt) (((struct nfs_state *)nfsstt)->dynamicvolumes == GF_NFS_DVM_ON) -- cgit