NFS share for users

giuseppe30

Dabbler
Joined
Dec 20, 2020
Messages
36
Hello,
with NFS share protocol I suppose that ACL permission is overwrite so add user in mapall option.

But I have 5 users that need access in pool with NFS, how can I add more user in mapall?

thanks
 

Heracles

Wizard
Joined
Feb 2, 2018
Messages
1,401
Hey @giuseppe30,

What "mapall" is doing is to remap all access, by anyone, as if they were done by the single designated user. So you do not need to "add" more people : everyone is already included.

So should User1 manages to authenticate to a share and map it, it will access its content as if he was that account you designated in MapAll.
When User2 will access a share, the same will happen and he too will access the share with the same privilege.
User3 and anyone else will act the same way.

So you do not need to add them (User1, User2 or any other) to that mechanism.
 

giuseppe30

Dabbler
Joined
Dec 20, 2020
Messages
36
ok, all right.
I have designed in mapall user ROOM1 and mapall group EDITING-ROOMS.

So I can access to dataset by the ACL user/group permission with users: ROOM1, ROOM2, ASISTANCE... etc

I will try tomorrow with all editing room.
thanks
 
Last edited:
Top