1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

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
This commit is contained in:
Mark Murray 2002-09-20 20:03:27 +00:00
parent b81df0819d
commit 492d981b7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103716

View File

@ -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