2013-05-13 18:03:51

by Luk Claes

[permalink] [raw]
Subject: [PATCH] nfsidmap: add default id_resolver.conf

Ship default id_resolver.conf to put into /etc/request-key.d so
it is impossible to forget to add the file while upgrading.
---
utils/nfsidmap/id_resolver.conf | 1 +
1 file changed, 1 insertion(+)
create mode 100644 utils/nfsidmap/id_resolver.conf

diff --git a/utils/nfsidmap/id_resolver.conf b/utils/nfsidmap/id_resolver.conf
new file mode 100644
index 0000000..2c156c6
--- /dev/null
+++ b/utils/nfsidmap/id_resolver.conf
@@ -0,0 +1 @@
+create id_resolver * * /usr/sbin/nfsidmap -t 600 %k %d
--
1.7.10.4



2013-05-28 18:43:06

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] nfsidmap: add default id_resolver.conf



On 13/05/13 14:03, Luk Claes wrote:
> Ship default id_resolver.conf to put into /etc/request-key.d so
> it is impossible to forget to add the file while upgrading.
Committed even though there was no Signed-off-by line... :-(

steved.


> ---
> utils/nfsidmap/id_resolver.conf | 1 +
> 1 file changed, 1 insertion(+)
> create mode 100644 utils/nfsidmap/id_resolver.conf
>
> diff --git a/utils/nfsidmap/id_resolver.conf b/utils/nfsidmap/id_resolver.conf
> new file mode 100644
> index 0000000..2c156c6
> --- /dev/null
> +++ b/utils/nfsidmap/id_resolver.conf
> @@ -0,0 +1 @@
> +create id_resolver * * /usr/sbin/nfsidmap -t 600 %k %d
>