Re: different NFS have different mappings

From: parv/FreeBSD <parv.0zero9+freebsd_at_gmail.com>
Date: Sun, 28 May 2023 06:41:35 UTC
On Sat, May 27, 2023 at 7:54 PM Aryeh Friedman  wrote:

> I have a situation where for whatever reason FreeBSD wants a certain
> dir to chowned 3:3 but the linux client wants 1001:1001 due to
> security checks in the app it will crash if it has the wrong
> permissions for the client it is on... what I currently have in
> exports how do I fix it up?!?!?
>
>
> /usr/local/com -alldirs -maproot=root
> /usr/local/com 192.168.11.21 -alldirs -maproot=root -mapall=1001
> /usr/home -alldirs -maproot=root
>
> /usr/local/com is the dir in queston
>


What NFS version (major & minor) is involved?


- parv