I am fascinated!!!!!! 68 day from my last post, and 1142 more posts.... STILL 
no reply with even hint of solution.... 
In total 117 days and 1915 messages.... Nice score.... respectable.....

And what I want?? 

This:
- need share level of security
- need forcing of user who access that share
- need forcing of file/directory create mask
Goal: Allowing network (windows and linux) users (as well as local user) to 
access defined share via samba (and local user also via file manager), without 
any user/password prompt, and with granting 755 permissions 
on all files/directories under that share and with ownership of local 
user/group.
Of course, shared directory exists, it has permissions set up accordingly, and 
local user also exists, and have those permissions.
All these rules are matched with following smb.conf (real entries are replaced 
with foo/bar) and it is working on 3.0.25b and 3.0.28a versions of samba on 
mandriva 2008.0 and 2008.1.
Again, same ruleset IS NOT working on samba 3.2.3 on Mandriva 2009.0. (samba-
server-3.2.3-3mdv2009.0)

[global]                                                    
    workgroup = FOO
    server string = FOO Server
    security = share
    hosts allow = 192.168.125. 127.0.
    log file = /var/log/samba/%m.log
    max log size = 50
    local master = no
    os level = 33
    dns proxy = no
# ==================== Share Definitions ===================
[Share]
    path = /home/foobar/Documents/Share/
    public = yes
    force user = foobar
    force group = foobar
    create mask = 0755
    force create mode = 0755
    directory mask = 0755
    force directory mode = 0755
    writable = yes
    printable = no


In short, I want to use this config file above, and it just has to work as 
explained.

Please, can someone finally help me resolve this?

DraxNS

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to