PDA

Bekijk de volledige versie : SAMBA information for the lost ones



ros
29-06-2006, 23:00
I had problems with 1.9.2.7-7f-pre4 with samba - windows XP kept asking me about the password and didn't let me through.
For those who have the same problem, here is the smb.conf that works - when asked for a password just press Enter:

[global]
interfaces = br0
bind interfaces only = yes
workgroup = Mshome
security = share
browseable = yes
guest ok = yes
guest only = no
log level = 1
max log size = 100
public = yes
guest account = nobody
null passwords = yes
encrypt passwords = yes


[share]
path = /tmp/harddisk
writeable = yes
guest ok = yes
force user = admin

grongl
01-07-2006, 08:59
Interesting. Where does this file reside, how does one change it?

ros
02-07-2006, 22:30
Read instructions (http://oleg.wl500g.info/).
You have to scroll to "tips and tricks".