next up previous
Next: 1 Introduction

Enhancing NFS Cross-Administrative Domain Access 1

Joseph Spadavecchia and Erez Zadok
Stony Brook University
{joseph,ezk}@cs.sunysb.edu

Abstract:

The access model of exporting NFS volumes to clients suffers from two problems. First, the server depends on the client to specify the user credentials to use and has no flexible mechanism to map or restrict the credentials given by the client. Second, when the server exports a volume, there is no mechanism to ensure that users accessing the server are only able to access their own files.

We address these problems by a combination of two solutions. First, range-mapping allows the NFS server to restrict and flexibly map the credentials set by the client. Second, file-cloaking allows the server to control the data a client is able to view or access, beyond normal Unix semantics. Our design is compatible with all versions of NFS. We have implemented this work in Linux and made changes only to the NFS server code; client-side NFS and the NFS protocol remain unchanged. Our evaluation shows a minimal average performance overhead and, in some cases, an end-to-end performance improvement.




next up previous
Next: 1 Introduction
Erez Zadok 2002-04-19