View previous topic :: View next topic |
Author |
Message |
bluni n00b
Joined: 27 Jan 2006 Posts: 29
|
Posted: Fri Jul 28, 2006 12:59 am Post subject: [solved] Simple Samba sharing not working |
|
|
Hi, I'm not trying to do anything complex, just local network file sharing without authentication (windows clients) but I can't seem to get things working . Any help would be greatly appreciated.
I have a user smbusers added locally and in smbpasswd.
/etc/samba/smb.conf
Code: | [global]
server string = Brian is awesome
guest account = smbshares
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = No
dns proxy = No
[storage]
comment = Generic Storage
path = /home/smbshares/storage
read only = No
guest ok = Yes
|
/etc/samba/smbusers
Code: |
root = administrator admin
nobody = pcguest smbguest
smbshares = guest
|
Everytime I open my host from a windows computer in the network neighborhood i'm prompted for a password. But if I sign on as smbshares user i can do as I wish.
Thanks much,
Brian
Last edited by bluni on Fri Jul 28, 2006 7:55 am; edited 1 time in total |
|
Back to top |
|
|
anello Guru
Joined: 17 Jul 2005 Posts: 557 Location: EU -> DE -> Stuttgart
|
Posted: Fri Jul 28, 2006 5:26 am Post subject: |
|
|
Hi,
add to your share. _________________ Antonino Catinello | http://catinello.eu |
|
Back to top |
|
|
bluni n00b
Joined: 27 Jan 2006 Posts: 29
|
Posted: Fri Jul 28, 2006 7:53 am Post subject: |
|
|
thanks! looks like it worked.
I think that samba web admin isn't the best for this...
Brian |
|
Back to top |
|
|
|