From patchwork Fri Mar 8 19:46:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 2240231 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 793D34020C for ; Fri, 8 Mar 2013 19:46:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753778Ab3CHTqm (ORCPT ); Fri, 8 Mar 2013 14:46:42 -0500 Received: from mail-ia0-f175.google.com ([209.85.210.175]:49509 "EHLO mail-ia0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751264Ab3CHTql (ORCPT ); Fri, 8 Mar 2013 14:46:41 -0500 Received: by mail-ia0-f175.google.com with SMTP id e16so154887iaa.34 for ; Fri, 08 Mar 2013 11:46:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:subject:to:cc:date:message-id:in-reply-to :references:user-agent:mime-version:content-type :content-transfer-encoding; bh=TN+EI0GSAu0ZiM0x1ocmroalzXQ2rVDYSZEHOHGb+Bc=; b=a8i1ptSkiRt50PVKICOq8/9S+r1dMMaX2KYYwc9z2DarVbk+Ix8pg2QuF8bRuhmmJY PfeFauws4NmYKySurspe4Gl9/uOoDJ8xFFuHnk5/gH1bSSTfaJbnat5b8mIlRLvyScCY Y9YaWDSHk/dAc7k+J5p8X2DWloWWUtJKtia/O22atj5+XOQlRuFhqkWG4k5CnsKbp4xb UmkKz79okq/VtmLCCIpRqPMMD3RmoaqShe45JLmZ40Bd1TK/DtvPViVqsvQ72fLOaGqS TpRxWWT0e8u4Gtcr2bkvnpoLc4N2z6uCljUH4q+rnkrQ0/BuRGXGEC+xmqYx0lAopDne Dyew== X-Received: by 10.42.67.10 with SMTP id r10mr2297381ici.7.1362772000822; Fri, 08 Mar 2013 11:46:40 -0800 (PST) Received: from seurat.1015granger.net ([99.26.161.222]) by mx.google.com with ESMTPS id xe9sm340673igb.7.2013.03.08.11.46.39 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 08 Mar 2013 11:46:40 -0800 (PST) From: Chuck Lever Subject: [PATCH 04/11] gssd: gssd.man is missing a description of the "-M" option To: linux-nfs@vger.kernel.org Cc: Chuck Lever Date: Fri, 08 Mar 2013 14:46:38 -0500 Message-ID: <20130308194638.5656.3498.stgit@seurat.1015granger.net> In-Reply-To: <20130308193830.5656.44184.stgit@seurat.1015granger.net> References: <20130308193830.5656.44184.stgit@seurat.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Signed-off-by: Chuck Lever --- utils/gssd/gssd.man | 26 ++++++++++++++++---------- 1 files changed, 16 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/utils/gssd/gssd.man b/utils/gssd/gssd.man index 0cc7bf4..dbbfbbb 100644 --- a/utils/gssd/gssd.man +++ b/utils/gssd/gssd.man @@ -7,7 +7,7 @@ rpc.gssd \- rpcsec_gss daemon .SH SYNOPSIS .B rpc.gssd -.RB [ \-fnlvr ] +.RB [ \-fMnlvr ] .RB [ \-k .IR keytab ] .RB [ \-p @@ -112,17 +112,23 @@ Tells where to look for the rpc_pipefs filesystem. The default value is .IR /var/lib/nfs/rpc_pipefs . .TP -.BI "-d " directory -Tells +.BI "-d " search-path +This option specifies a colon separated list of directories that .B rpc.gssd -where to look for Kerberos credential files. The default value is +searches for credential files. The default value is .IR /tmp:/run/user/%U . -This can also be a colon separated list of directories to be searched for -Kerberos credential files. The sequence "%U", if used, is replaced with -the UID of the user for whom credentials are being searched. -Note that if machine credentials are being -stored in files, then the first directory on this list is where the -machine credentials are stored. +The literal sequence "%U" can be specified to substitue the UID +of the user for whom credentials are being searched. +.TP +.B -M +By default, machine credentials are stored in files in the first +directory in the credential directory search path (see the +.B -d +option). When +.B -M +is set, +.B rpc.gssd +stores machine credentials in memory instead. .TP .B -v Increases the verbosity of the output (can be specified multiple times).