On 19 juil. 2016 18:26, Frédéric <fma38@???> wrote:
> Hello,
>
> Est-il possible de forcer le uid/gid sur un montage nfs ? Je ne trouve pas
> les options correspondantes...
Ce n'est pas possible. Sur mes machines (8) j'ai fini par donner le même
uid/gid aux clients que celui du serveur. D'ailleurs la page de manuel
dit :
,----
| User ID Mapping
| nfsd bases its access control to files on the server machine on the uid and gid provided in each NFS RPC request. The normal behavior a user would expect is that she can access her files on the server just as she would on a normal file system.
| This requires that the same uids and gids are used on the client and the server machine. This is not always true, nor is it always desirable.
`----
Christian