View Single Post
  #4   (View Single Post)  
Old 16th November 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default

Quote:
Originally Posted by J65nko View Post
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?
Thanks
Yes I add user everything is good , but I do not know Why when I want use samba I must type this
Code:
\\1.2.3.4\share
or
Code:
smb://1.2.3.4/share
and when I type
Code:
\\1.2.3.4
or

Code:
smb://1.2.3.4
I can not access to share folder in OpenBSD.
Reply With Quote