Author: gbe (doc committer)
Date: Fri Jul 17 21:55:24 2020
New Revision: 363288
URL: https://svnweb.freebsd.org/changeset/base/363288

Log:
  mount_nfs(8): document alternate form of the gssname option
  
  PR:           238506
  Submitted by: Greg Veldman <freebsd at gregv dot net>
  Reviewed by:  0mp, bcr (mentor)
  Approved by:  bcr (mentor)
  MFC after:    1 week
  Differential Revision:        https://reviews.freebsd.org/D25667

Modified:
  head/sbin/mount_nfs/mount_nfs.8

Modified: head/sbin/mount_nfs/mount_nfs.8
==============================================================================
--- head/sbin/mount_nfs/mount_nfs.8     Fri Jul 17 21:47:06 2020        
(r363287)
+++ head/sbin/mount_nfs/mount_nfs.8     Fri Jul 17 21:55:24 2020        
(r363288)
@@ -159,7 +159,16 @@ should be specified without instance or domain and is 
 .Dq "host" ,
 .Dq "nfs"
 or
-.Dq "root" .
+.Dq "root" ,
+although the form
+.Sm off
+.Aq Ar service
+@
+.Aq Ar fqdn
+.Sm on
+can also be used if the local system's
+.Xr gethostname 3
+value does not match the host-based principal in the keytab.
 .It Cm hard
 Same as not specifying
 .Cm soft .
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to