Print this page
nits pt 2
Fix nits
Updated wording
5032 share_nfs(1m): Documentation for "noaclfab" is needed
*** 98,107 ****
--- 98,113 ----
default values associated with the global tag in
/etc/nfs/nfslog.conf are used. Support of NFS server
logging is only available for NFS Version 2 and
Version 3 requests.
+ noaclfab By default, the NFS server will fabricate POSIX-draft
+ style ACLs in response to ACL requests from NFS
+ Version 2 or Version 3 clients accessing shared file
+ systems that do not support POSIX-draft ACLs (such as
+ ZFS). Specifying noaclfab disables this behavior.
+
none=access_list
Access is not allowed to any client that matches the
access list. The exception is when the access list is
an asterisk (*), in which case ro or rw can override
none.
*** 351,362 ****
share -o uidmap=100:joe:@10.0.0.1 /export
SEE ALSO
mount(1M), mountd(1M), nfsd(1M), nfslogd(1M), share(1M), unshare(1M),
! getnetbyname(3SOCKET), netgroup(4), nfslog.conf(4), attributes(5),
! nfssec(5)
NOTES
If the sec= option is presented at least once, all uses of the window=,
rw, ro, rw=, ro=, and root= options must come after the first sec=
option. If the sec= option is not presented, then sec=sys is implied.
--- 357,368 ----
share -o uidmap=100:joe:@10.0.0.1 /export
SEE ALSO
mount(1M), mountd(1M), nfsd(1M), nfslogd(1M), share(1M), unshare(1M),
! getnetbyname(3SOCKET), netgroup(4), nfslog.conf(4), acl(5),
! attributes(5), nfssec(5)
NOTES
If the sec= option is presented at least once, all uses of the window=,
rw, ro, rw=, ro=, and root= options must come after the first sec=
option. If the sec= option is not presented, then sec=sys is implied.
*** 468,473 ****
The NFS Version 4 protocol does not use the mountd processing and the
client's use of /export/foo does not work as it does with NFS Version 2
and Version 3 and the client receives an error when attempting to mount
/export/foo.
! illumos November 10, 2014 illumos
--- 474,479 ----
The NFS Version 4 protocol does not use the mountd processing and the
client's use of /export/foo does not work as it does with NFS Version 2
and Version 3 and the client receives an error when attempting to mount
/export/foo.
! illumos December 16, 2016 illumos