Code:
[global]
workgroup = PARTYDOME
server string = Samba Server
map to guest = Bad User
log file = /var/log/samba.%m
max log size = 50
dns proxy = No
interfaces = 192.168.0.0/24
bind interfaces only = yes
map guest user = Bad User
[homes]
comment = Home Directories
read only = No
browseable = No
[storage]
comment = storage
path = /storage
guest only = Yes
guest ok = Yes
thats my smb.conf
basically it does prompt the user for a login, and if the user provides a bad username/password, it will automatically direct the user to the guest account. this is not exactly what you want, but i find it works the best because you can have people authenticating to their home shares and my storage drive (as you can see), as well as just allowing guests to access the storage drive only.
if you're still after no authentication screen what so ever.. your answer is around here:
http://www.oreilly.com/catalog/samba...k/ch06_03.html
Quote:
If the share is guest only , the user is immediately granted access to the share with the rights of the user specified by the guest account parameter; no password checking is performed.
|