From patchwork Mon Mar 24 23:56:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Coddington X-Patchwork-Id: 3885041 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 23EB5BF540 for ; Tue, 25 Mar 2014 01:25:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5330B2022F for ; Tue, 25 Mar 2014 01:25:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 483862026D for ; Tue, 25 Mar 2014 01:25:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751261AbaCYBZn (ORCPT ); Mon, 24 Mar 2014 21:25:43 -0400 Received: from hobo-dev.uvm.edu ([132.198.101.84]:58580 "EHLO hobo-dev.uvm.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750921AbaCYBZ0 (ORCPT ); Mon, 24 Mar 2014 21:25:26 -0400 Received: from hobo-dev.uvm.edu (localhost [127.0.0.1]) by hobo-dev.uvm.edu (8.14.4/8.14.4) with ESMTP id s2P1PPMG051483 for ; Mon, 24 Mar 2014 21:25:25 -0400 Received: (from root@localhost) by hobo-dev.uvm.edu (8.14.4/8.14.4/Submit) id s2P1PP90051482; Mon, 24 Mar 2014 21:25:25 -0400 Message-Id: In-Reply-To: References: From: Benjamin Coddington To: linux-nfs@vger.kernel.org Date: Mon, 24 Mar 2014 19:56:45 -0400 Subject: [PATCH 1/2] nfsidmap: Match names with kernel default keyring Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Benjamin Coddington --- utils/nfsidmap/nfsidmap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/nfsidmap/nfsidmap.c b/utils/nfsidmap/nfsidmap.c index 2518ed6..ae84633 100644 --- a/utils/nfsidmap/nfsidmap.c +++ b/utils/nfsidmap/nfsidmap.c @@ -24,7 +24,7 @@ char *usage="Usage: %s [-v] [-c || [-u|-g|-r key] || [-t timeout] key desc]"; #define PROCKEYS "/proc/keys" #ifndef DEFAULT_KEYRING -#define DEFAULT_KEYRING "id_resolver" +#define DEFAULT_KEYRING ".id_resolver" #endif #ifndef PATH_IDMAPDCONF