summaryrefslogtreecommitdiff
path: root/sbin/mountd/exports.5
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-10-03 18:54:30 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-10-03 18:54:30 +0000
commitb21050a2bfb7d1ac8403022bf3f001aaa2584467 (patch)
tree917405307f1c3d7cc9abbbdd9a910745e2342d85 /sbin/mountd/exports.5
parent8b9cc395a4cf1af1ebabb50f2bc499d0cd05fe37 (diff)
Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@ Ok millert@
Diffstat (limited to 'sbin/mountd/exports.5')
-rw-r--r--sbin/mountd/exports.513
1 files changed, 3 insertions, 10 deletions
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5
index 6449049d369..9faac302ac7 100644
--- a/sbin/mountd/exports.5
+++ b/sbin/mountd/exports.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exports.5,v 1.10 2000/04/15 02:15:15 aaron Exp $
+.\" $OpenBSD: exports.5,v 1.11 2001/10/03 18:54:29 hin Exp $
.\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -150,12 +150,6 @@ all users (including root) will be mapped to that credential in
place of their own.
.Pp
The
-.Fl kerb
-option specifies that the Kerberos authentication server should be
-used to authenticate and map client credentials.
-This option requires that the kernel be built with the NFSKERB option.
-.Pp
-The
.Fl ro
option specifies that the filesystem should be exported read-only
(default read/write).
@@ -209,7 +203,7 @@ For example:
/usr -ro -mapall=nobody
/u -maproot=bin: -network 131.104.48 -mask 255.255.255.0
/u2 -maproot=root friends
-/u2 -alldirs -kerb -network cis-net -mask cis-mask
+/u2 -alldirs -network cis-net -mask cis-mask
.Ed
.Pp
Given that
@@ -260,8 +254,7 @@ associated with
it is exported to all hosts on network
.Dq cis-net
allowing mounts at any
-directory within /u2 and mapping all UIDs to credentials for the principal
-that is authenticated by a Kerberos ticket.
+directory within /u2.
.Sh FILES
.Bl -tag -width /etc/exports -compact
.It Pa /etc/exports