From f862ad1a94201df13b46cedca3cef2192c100b50 Mon Sep 17 00:00:00 2001 From: Benjamin Coddington Date: Tue, 4 Nov 2014 14:41:02 -0500 Subject: nfsidmap: set the correct DEFAULT_KEYRING string Signed-off-by: Benjamin Coddington Signed-off-by: Steve Dickson --- utils/nfsidmap/nfsidmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfsidmap/nfsidmap.c b/utils/nfsidmap/nfsidmap.c index 96149cc..4da7f5c 100644 --- a/utils/nfsidmap/nfsidmap.c +++ b/utils/nfsidmap/nfsidmap.c @@ -25,7 +25,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 -- cgit