How To get rid of ACL on shares

**NethServer Version: 7.4.1708 (Final)
**Module: SharedFolder

Hello !

I have 3 share folders on wich i apply rw ACL for a specific group.

I dunno why but users of this group simply cannot open some directories.
Always the same but noting strange about rights on those directories :

Exemple : sudo ls -al /var/lib/nethserver/ibay/

drwxrwxr-x 6 root root 84 Mar 6 18:53 .
drwxr-xr-x. 8 root root 117 Mar 5 17:18 …
drwxrws— 6 root domain users@domain.lan 4096 Mar 7 15:50 Courant
drwxrws— 2 root administration@domain.lan 6 Mar 5 19:18 Direction
drwxrwsr-x 2 root domain users@domain.lan 8192 Mar 15 22:00 Fax
drwxrws— 4 root domain users@domain.lan 49 Mar 6 17:44 Partage

In subfolder “Partage” the user cannot open the directory “Archive 2012” whitout any (knows) reason. The ACL where well applicated and the user is in the right group

So i clean the ACL with the button “Reinit all perms” but nothing change .

Rémy.

1 Like

Hi @Remy,
I think you should split your post to the question and the solution. Then you can mark it as solution, so it could help more people.

1 Like

I had to ssh and set the ACL via the setfacl command. I apply on each directory :

“sudo setfacl -Rb /var/lib/nethserver/ibay/Partage”

and reboot the NethServer. After that, the users can access to all directories without restrictions.

If it can help.

Rémy.

Merci ! Good trick !