Displaying 1 result from an estimated 1 matches for "a_sven".
Did you mean:
  a_save
  
2005 Aug 31
1
Samba 3 problem with inheritation POSIX ACLs
....
On the fileserver i've mounted an ext3 partition to /home
/dev/hdc2 /home type ext3 (rw,usrquota,acl)
The following directory structur exists on /home
/home
+-/public_folder (exported per samba as \\fileserver\public )
|
+-/a
| +-/a_ann
| | +-/anyfolder
| |   +- anyfiles
| +-/a_bert
| +-/a_sven
| +-/a_eve
|
+-/b
   +-/b_4
   +-/b_5
   +-/b_6
The following users exists:
ann
bert
sven
eve
Currently following ACL are set:
/a
  - "inherit" at the filesystem is disabled by using setfacl -k
  - for any user with an own subdirectory a_<username> exists an
    ACE to allow Re...