Hi, We have a problem with Samba 3.0.27a running on Solaris 9. When it was initially installed it worked but now does not. The symptoms are that by default files are created with everyone full control but when you attempt to change this to read and execute it does not error but when you click apply reverts back to full control. If a different group is added permissions can be applied and changed and saved. Samba was compiled with acl support and it did work initially. Smb.conf # Samba config file created using SWAT # Global parameters [global] workgroup = <DOMAIN> netbios name = <Server> server string = <Server Share> interfaces = <Some Ip> bind interfaces only = Yes security = ADS realm = <Some domain> encrypt passwords = Yes log file = /usr/local/samba/var/log.%m max log size = 50 local master = No domain master = No dns proxy = No wins server = <Wins Server> winbind uid = 10000-20000 winbind gid = 10000-20000 winbind use default domain = Yes winbind enum users = yes winbind enum groups = yes [share] comment = Samba shared file system path = /tmp/share admin users = <Some Users> read only = No create mask = 0777 directory mask = 0777 inherit permissions = Yes inherit acls = Yes Thank You Regards Graeme