View Single Post
  #3   (View Single Post)  
Old 16th November 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

From the message displayed after the pkg_add:
Code:
Local users must be added to the Samba user
database using the smbpasswd utility in order to use the Samba server.

$ sudo smbpasswd -a <username>
The valid users for the share
Code:
[share]
   comment =Faridi
   path = /home/share
   valid users = george
    writable = yes
    read only= no
    create mask = 0644
Are you logged on the Windows box as 'george'? Did you add 'george' to the Samba user database with the smbpasswd program?
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote