we recently moved our samba-servers from solaris (2.2.8a) to linux
(2.2.8a). The samba-shares are on a XFS-filesystem. Now we have to add a
default-acl for every directory a user wants to execute files from, otherwise he/she will get a permission denied error.
The following won't work # getfacl XXX # file: XXX # owner: ABC # group: DEF user::rwx group::r-x other::r-x
That does # getfacl XXX # file: XXX # owner: ABC # group: DEF user::rwx group::r-x other::r-x default:user::rwx default:group::--- default:other::---
Is there a way to get around this?
Thanks -- Gru� Uwe Arndt | Wiss. Leiter RZ/GHRKO | [EMAIL PROTECTED] | Universitaet Koblenz | T: +49 261 287 1310 | Universit�tsstr.1 56070 K | F: +49 261 287 100 1310
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
