[Samba] Unable to set Windows permissions on share

Bruno Martins bmartins at galileu.pt
Sun Sep 25 07:23:07 MDT 2011


Good evening guys,

I’m being unable to set a certain Samba share’s permissions through Windows properties dialogue box, using the Security tab.

My smb.conf is as follows:
[global]
        workgroup = GALILEU-F
        realm = GALILEU-F.GALILEU.PT
        server string = SPUTNIK
        security = ADS
        auth methods = winbind
        password server = 192.168.0.2
        username map = /etc/samba/smbusers
        log file = /var/log/samba/log.%m
        max log size = 50
        printcap name = cups
        local master = No
        dns proxy = No
        ldap ssl = no
        idmap uid = 100000-200000
        idmap gid = 300000-400000
        winbind enum users = Yes
        winbind enum groups = Yes
        guest ok = Yes
        hosts allow = 127., 192.168.0.
        cups options = raw
        nt acl support = true

[dropbox]
        inherit owner = Yes
        inherit permissions = Yes
        map acl inherit = Yes
        writable = Yes
        path = /home/joe/Dropbox
        acl group control = Yes
        comment = Partilha das Galileus
        inherit acls = Yes
        write list = "@domain users"
        browseable = Yes

I’m trying to perform this action as a member of “Domain Users” Active Directory group.

Can you guys please give me a hint on this?

Thanks a lot,

Bruno Martins


More information about the samba mailing list