summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Coddington <bcodding@redhat.com>2014-11-04 14:41:02 -0500
committerSteve Dickson <steved@redhat.com>2014-11-04 14:47:58 -0500
commitf862ad1a94201df13b46cedca3cef2192c100b50 (patch)
tree5e4c9f9066f0f93956118634e7e55cf0158fb680
parente9932d8f6986ec4915bfc8c0b0631255ce2b80df (diff)
downloadnfs-utils-f862ad1a94201df13b46cedca3cef2192c100b50.tar.gz
nfs-utils-f862ad1a94201df13b46cedca3cef2192c100b50.tar.xz
nfs-utils-f862ad1a94201df13b46cedca3cef2192c100b50.zip
nfsidmap: set the correct DEFAULT_KEYRING string
Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/nfsidmap/nfsidmap.c2
1 files changed, 1 insertions, 1 deletions
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