From 3d3aaa3afecb5361bb52d6c5ac97f26ae5329a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Tue, 26 Feb 2013 08:52:16 +0100 Subject: [PATCH] [nfs-common] J'ajoute idmapd.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il est facultatif en nfsv3, mais ce fichier de config peut servir (il faudra créer un groupe ou ajouter le bundle aux machines), surtout si on passe en nfsv4 --- Bundler/nfs-client.xml | 4 ++++ Cfg/etc/idmapd.conf/idmapd.conf | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 Bundler/nfs-client.xml create mode 100644 Cfg/etc/idmapd.conf/idmapd.conf diff --git a/Bundler/nfs-client.xml b/Bundler/nfs-client.xml new file mode 100644 index 0000000..9ca02f1 --- /dev/null +++ b/Bundler/nfs-client.xml @@ -0,0 +1,4 @@ + + + + diff --git a/Cfg/etc/idmapd.conf/idmapd.conf b/Cfg/etc/idmapd.conf/idmapd.conf new file mode 100644 index 0000000..5d03f34 --- /dev/null +++ b/Cfg/etc/idmapd.conf/idmapd.conf @@ -0,0 +1,14 @@ +[General] + +Verbosity = 0 +Pipefs-Directory = /var/lib/nfs/rpc_pipefs +Domain = crans.org + +[Mapping] + +Nobody-User = nobody +Nobody-Group = nogroup + +[Translation] + +Method = nsswitch