LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Samba on RHEL4: Windows users unable to rename or delete files (https://www.linuxquestions.org/questions/linux-software-2/samba-on-rhel4-windows-users-unable-to-rename-or-delete-files-704081/)

seanys 02-12-2009 01:41 AM

Samba on RHEL4: Windows users unable to rename or delete files
 
Hi all,

I've recently upgraded our RHEL4 server to samba-3.0.28-0.el4.9 (minor update) and ever since Windows users (Vista and XP) have been unable to rename or delete files on some shares.

Users *can* still create new files and edit those files where they have appropriate permissions.

Mac users are able to create, rename, edit and delete files and folders as expected.

Any ideas?

smb.conf extracts

Code:

[global]
        workgroup = ADS
        realm = ADS.SITE.COM
        netbios aliases = WEBQA
        server string = QA Webserver
        security = ADS
        password server = 10.6.1.11
        username map = /etc/samba/smbusers
        log file = /var/log/samba/%I.log
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        printcap name = /etc/printcap
        add machine script = /usr/sbin/useradd -d /var/lib/nobody -g 100 -s /bin/false -M %u
        dns proxy = No
        ldap ssl = no
        idmap uid = 16777216-33554431
        idmap gid = 16777216-33554431
        profile acls = Yes
        cups options = raw
        unix extensions = no

[itsc]
        comment = IT Services
        path = /web/vhosts/servername.site.com/htdocs
        valid users = @group
        write list = @group
        force group = group
        read only = yes
        create mask = 0775
        directory mask = 0775


seanys 02-13-2009 02:41 AM

Update: It seems that Window's users are only allowed to rename/delete in folders where they are owners despite being members of the owning group.

What's going wrong?


All times are GMT -5. The time now is 09:38 AM.