18 Mar
2019
18 Mar
'19
4:59 p.m.
On Mon, 2019-03-18 at 21:40 +0100, a.sinnige@sae.edu wrote:
I've tried to set file/folder permissions but for one reason or another it won't work. ... root@pdc:/var/lib/samba# getfacl winbindd_privileged/pipe # file: winbindd_privileged/pipe # owner: root # group: root user::rwx user:freerad:r-x
That seems to be showing that it's not writable by the 'freerad' user or group. You've only added read permissions. Personally I'd just stick with chown/chgrp/chmod. They're standard, simple, and they work. -- Matthew