[Bug 238506] [PATCH] mount_nfs(8) document alternate form of gssname option
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 11 19:48:58 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238506
Bug ID: 238506
Summary: [PATCH] mount_nfs(8) document alternate form of
gssname option
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Manual Pages
Assignee: bugs at FreeBSD.org
Reporter: freebsd at gregv.net
CC: doc at FreeBSD.org
Created attachment 204996
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204996&action=edit
man page patch
The mount_nfs(8) man page documents the gssname option for setting the service
part of a host-based principal to use with Kerberos secured NFS exports. When
used in this fashion, the system hostname is appended to the service name to
form the principal name. However, this option may also be specified as
<service>@<fqdn>, in which case the entire name of the host-based principal to
use is taken from this option. Document this fact. This is useful if for
example the system gethostname(3) value is for some reason different than the
system FQDN in the KDC, which would be used to generate the host-based
principal.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-doc
mailing list