So… it is possible or not assign a secondary group to a user ?
I use the ssh to change the group of the apache user.
I’ve try but the apache user seems fixed to only apache group.
To summarize and for other if want test the situation:
Nethserver 6.5
I have a shared folder: /var/lib/nethserver/ibay/cartellaCondivisa
The owner is “admin”, group: “utentilocali” (default from creation for the we interface)
I have a second shared folder set to be the root of apache webserver: /var/lib/nethserver/ibay/cartellaApplicazione
The owner is “admin”, group: “utentilocali”
I’ve created a symbolic link in the root folder:
:# ln -s /var/lib/nethserver/ibay/cartellaCondivisa /var/lib/nethserver/ibay/cartellaApplicazione/condivisaLink
The webserver (php/apache) it is unable to read and write the symbolic link.
How to make the webserver be able to read and write the symbolic link ?