Modification of ACL using NT breaks default ACL on Solaris

Johannes Tyve Johannes.Tyve at sgu.se
Tue Apr 24 07:17:18 GMT 2001


I have a directory on my Solaris 2.6 fileserver that has default acl:s.
Se below.

jste at sys1:testacl> getfacl test3

# file: test3
# owner: jste
# group: adb
user::rwx
user:ronnie:rwx         #effective:r--
group::r--              #effective:r--
mask:r--
other:r--
default:user::rwx
default:user:ronnie:rwx
default:group::r--
default:mask:r--
default:other:r--

---
The ACL is now changed using security tab on my NT 4.0 Workstation and
ronnie is granted full access to the directory but...
---

jste at sys1:testacl> getfacl test3

# file: test3
# owner: jste
# group: adb
user::rwx
user:ronnie:rwx         #effective:rwx
group::r--              #effective:r--
mask:rwx
other:r--
default:user::rwx
default:group::r--
default:mask:r--
default:other:r--

---
As you se. The default ACL for user ronnie is removed. Bug?

Regards,
Johannes




More information about the samba-technical mailing list