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: b...@freebsd.org Reporter: free...@gregv.net CC: d...@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 the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"