Message ID | d9e211037fa1cb4316665bf65a8dd2f40b1f17ca.1395710586.git.root@hobo-dev.uvm.edu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
Signed-off-by: Benjamin Coddington <bcodding@uvm.edu> --- utils/nfsidmap/nfsidmap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)