View Single Post
  #6   (View Single Post)  
Old 27th September 2008
bsduser bsduser is offline
Port Guard
 
Join Date: Jun 2008
Location: Toronto
Posts: 12
Default

Quote:
Originally Posted by DNAeon View Post
What do you mean by "mounting" the share? Perhaps log in the Samba server?
Post your full smb.conf and the folder permissions of winuser.
I just fixed the shared folders permision and I finally got it work properly, anyways, if you interested to see it, thats my smb.conf

Code:
[global]
        workgroup = FREEBSDBOX
        netbios name = SHARE
        server string = %h-the-FreeBSD-Samba-Server
        security = SHARE
        passdb backend = tdbsam
        log file = /var/log/samba/log.%m
        max log size = 50
        load printers = No

[winuser]
        comment = %h Windows User Share Directory
        path = /usr/home/winuser/Docs
        valid users = winuser
        read only = No

[public]
        comment = %h Shared Public Directory
        path = /usr/home/samba/public
        read only = No
        force create mode = 0777
        force directory mode = 0777

[Pietro]
        comment = %h Rackbsd home
        path = /usr/home/Pietro/Docs
        valid users = Pietro
        read only = No

[anna]
        comment = %h Anna Maria's home
        path = /usr/home/anna/Docs
        valid users = anna
        read only = No
I am gonna to add the rest of the network users, so they can have their own shared folder tomorrow Thanks so much
__________________
OpenSource + Free Thinking + Free Choise = FreeBSD
http://www.openbsd.org/zaurus.html
Edit/Delete Message
Reply With Quote