From owner-svn-src-all@FreeBSD.ORG Wed Jul 29 14:44:10 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28AEF1065670; Wed, 29 Jul 2009 14:44:10 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F06498FC3E; Wed, 29 Jul 2009 14:44:09 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n6TEi938074231; Wed, 29 Jul 2009 14:44:09 GMT (envelope-from rmacklem@svn.freebsd.org) Received: (from rmacklem@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6TEi9oN074230; Wed, 29 Jul 2009 14:44:09 GMT (envelope-from rmacklem@svn.freebsd.org) Message-Id: <200907291444.n6TEi9oN074230@svn.freebsd.org> From: Rick Macklem Date: Wed, 29 Jul 2009 14:44:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195942 - head/sbin/mount_nfs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2009 14:44:10 -0000 Author: rmacklem Date: Wed Jul 29 14:44:09 2009 New Revision: 195942 URL: http://svn.freebsd.org/changeset/base/195942 Log: Delete the descriptions of the gssname and allgssname optionss from mount_nfs.8 since these options are not implemented in FreeBSD8. This is content change for the man page. Approved by: re (kensmith), kib (mentor) Modified: head/sbin/mount_nfs/mount_nfs.8 Modified: head/sbin/mount_nfs/mount_nfs.8 ============================================================================== --- head/sbin/mount_nfs/mount_nfs.8 Wed Jul 29 09:20:32 2009 (r195941) +++ head/sbin/mount_nfs/mount_nfs.8 Wed Jul 29 14:44:09 2009 (r195942) @@ -28,7 +28,7 @@ .\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 .\" $FreeBSD$ .\" -.Dd February 11, 2008 +.Dd July 28, 2009 .Dt MOUNT_NFS 8 .Os .Sh NAME @@ -132,47 +132,6 @@ short. .It Cm fg Same as not specifying .Cm bg . -.It Cm gssname Ns = Ns Aq Ar name -For the RPCSEC_GSS security flavors, such as krb5, krb5i and krb5p when being -used for an NFSv4 mount, this option specifies the host based principal -name to be used for the state related operations SetClientID, -SetClientIDConfirm, ReleaseLockOwner and Renew. -It is also used for other operations, such as Getattr for -.Xr statfs 2 -information and during open/lock state recovery. -An entry for this principal must exist -in the client machine's default keytab file. -If possible, the keytab entry should be created using DES_CBC_CRC -encryption. If another encryption algorithm is used, the sysctl variable -.Va vfs.newnfs.keytab_enctype -must be set to the numeric value representing that encryption algorithm. -(The numeric values can be found in /usr/include/krb5_asn1.h. Look -for constants named ETYPE_xxx.) -If this option is given -as a name without an ``@'', such as ``root'' or ``nfs'', -``@'' will be appended to it. -.sp -If this option is not specified -for NFSv4 mounts using krb5[ip], the above operations will be done using the -user principal for the user that performed the mount. This -only works for mounts done by a user other than ``root'' and the user must -have a valid TGT in their credentials cache at the time the mount is done. -(Setting the -.Va vfs.usermount -to non-zero will allow users to do mounts.) -Because the user's TGT is used to acquire credentials for these operations, -it is important that that user's TGT does not expire before -.Xr umount 8 -is done. -.It Cm allgssname -This option can be used along with -.Cm gssname -to indicate that all accesses to the mount point are to be done using -the host based principal specified by the -.Cm gssname -option. -This might be useful for nfsv4 mounts using sec=krb5[ip] that are being accessed -by batch utilities over long periods of time. .It Cm hard Same as not specifying .Cm soft .