I'm experimenting with Samba 2.2.7a in my home office-- all is well except
only I can open my Word files copied to our Samba share.

All other users can only open them "Read-only".

Please help me correct this.

Thanks,

--EdB  <[EMAIL PROTECTED]>


Here's the smb.conf file:

[global]
    netbios name = Server01
    workgroup = TKG

    os level = 64
    preferred master = yes
    domain master = yes
    local master = yes

    encrypt passwords = Yes
    security = user
    domain logons = Yes
    logon path = \\%N\homes\share\profiles\%u
    logon drive = U:
    logon home = \\%N\homes\%u
    logon script = logon.bat


[NETLOGON]
    path = /usr/local/samba/lib/netlogon
    read only = yes
    write list = ntadmin

[homes]
    comment = Home Directories
    browseable = no
    writable = yes
    guest ok = no
    read only = no

[share]
   comment = Server Share
   path = /home/share
   public = yes
   read only = no
   write list = @staff

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

Reply via email to