[nfs-common] J'ajoute idmapd.conf
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
This commit is contained in:
parent
8b08a06192
commit
3d3aaa3afe
2 changed files with 18 additions and 0 deletions
4
Bundler/nfs-client.xml
Normal file
4
Bundler/nfs-client.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<Bundle name="nfs-client">
|
||||
<Path "/etc/idmapd.conf"/>
|
||||
<Service "nfs-common"/>
|
||||
</Bundle>
|
14
Cfg/etc/idmapd.conf/idmapd.conf
Normal file
14
Cfg/etc/idmapd.conf/idmapd.conf
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue