Samba Server Configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    Samba Server Configuration

    Code:
    [global]
    	netbios name = ryomanager
    	locking = yes
    	server string = RyoManager Server
    	socket options = TCP_NODELAY
    	default = ExcelFile
    	path = /var/www/ryomanager/ExcelFile
    	local master = yes
    	workgroup = RYONET
    	os level = 35
    	auto services = ExcelFile
    	null passwords = yes
    	encrypt passwords = yes
    	security = share
    	wins support = true
    
    [ExcelFile]
    	guest account = devel
    	writeable = yes
    	write list = devel
    	force create mode = 644
    	force user = root
    	comment = Customer Files
    	public = yes
    	browsable = yes
    	guest only = yes
    Sorry To ask you this stupid question.

    But What is wrong?
    I cannot access from Windows XP

    done steps
    1. edit smb.conf with Above info
    2. restart smb server

    what step i am missing?
    no prompt for user name and password
    direct access error

    some one shed some light
Working...