Navigation Menu

Skip to content

Commit

Permalink
4943 NFS server: Generic uid and gid remapping for AUTH_SYS
Browse files Browse the repository at this point in the history
Reviewed by: Jan Kryl <jan.kryl@nexenta.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Garrett D'Amore <garrett@damore.org>
  • Loading branch information
mtelka authored and gwr committed Jul 8, 2014
1 parent 33cde0d commit 5cb0d67
Show file tree
Hide file tree
Showing 22 changed files with 1,336 additions and 556 deletions.
5 changes: 5 additions & 0 deletions usr/src/cmd/fs.d/nfs/lib/sharetab.h
Expand Up @@ -23,6 +23,9 @@
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
* Copyright 2014 Nexenta Systems, Inc. All rights reserved.
*/

/* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
Expand Down Expand Up @@ -60,6 +63,8 @@ extern "C" {
#define SHOPT_INDEX "index"
#define SHOPT_LOG "log"
#define SHOPT_NOACLFAB "noaclfab"
#define SHOPT_UIDMAP "uidmap"
#define SHOPT_GIDMAP "gidmap"

/* XXX The following are added for testing volatile fh's purposes only */
#ifdef VOLATILE_FH_TEST
Expand Down

0 comments on commit 5cb0d67

Please sign in to comment.