summaryrefslogtreecommitdiffstats
path: root/meta/packages/unfs-server/unfs-server-2.2beta47/003-manpages.patch
blob: a17a8dcf558abab6e19a1c59c749f00037f428b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Patch origin: nfs-server source RPM from openSUSE 10.3

--- nfs-server/exports.man	2002/11/07 17:15:59	1.1
+++ nfs-server/exports.man	2002/11/07 17:17:19
@@ -110,6 +110,14 @@
 .TP
 .IR link_absolute
 Leave all symbolic link as they are. This is the default operation.
+.SS Anonymous Entries
+.PP
+Entries where hosts are not specified are known as anonymous entries.  They
+have different default settings compared to normal entries.  The differences
+include
+.IR all_squash ,
+.IR no_secure ", and"
+.IR ro .
 .SS User ID Mapping
 .PP
 .I nfsd
@@ -231,7 +239,7 @@
 # Mapping for client foobar:
 #    remote     local
 uid  0-99       -       # squash these
-uid  100-500    1000    # map 100-500 to 1000-1500
+uid  100-500    1000    # map 100-500 to 1000-1400
 gid  0-49       -       # squash these
 gid  50-100     700     # map 50-100 to 700-750
 .fi