diff options
author | markm <markm@FreeBSD.org> | 2002-09-20 20:03:27 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-09-20 20:03:27 +0000 |
commit | 7214c4fb56bee656ed7b10c3665d900f797eb245 (patch) | |
tree | 8560afacd7926bfad79bb09865b502e727ae9964 /usr.sbin | |
parent | 97eee3cd78824fb2464c1ed47e4e460da5073c2d (diff) | |
download | FreeBSD-src-7214c4fb56bee656ed7b10c3665d900f797eb245.zip FreeBSD-src-7214c4fb56bee656ed7b10c3665d900f797eb245.tar.gz |
Kerberised NFS has never (as far as I can tell) worked outside
BSD 4.4. Nuke mention of Kerberos from the documentation here.
MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mountd/exports.5 | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5 index 07700eb..c37bcc4 100644 --- a/usr.sbin/mountd/exports.5 +++ b/usr.sbin/mountd/exports.5 @@ -148,15 +148,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. -The use of this option will prevent the kernel from compiling -unless calls to the appropriate Kerberos encryption routines -are provided in the NFS source. -.Pp -The .Fl ro option specifies that the filesystem should be exported read-only (default read/write). @@ -280,7 +271,7 @@ the default remote mount-point file /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 /cdrom -alldirs,quiet,ro -network 192.168.33.0 -mask 255.255.255.0 .Ed .Pp @@ -317,8 +308,7 @@ with root mapped to the uid for ``bin'' and with no group access. is exported to the hosts in ``friends'' with root mapped to uid and groups associated with ``root''; it is exported to all hosts on network ``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. .Pp The filesystem rooted at .Sy /cdrom |