ObviousTroll
Programmer
So,
I'm trying to create an anonymous-only read-only share on my powerbook so that my windows buddies can access some files. I added the following section to /etc/smb.conf:
[Manuals]
comment = Mike's Documentation
browseable = yes
guest ok = yes
read only = yes
path = /Users/michaelheinz/Manuals
The share got created, but it can only be accessed if someone logs into the powerbook - which is *not* the desired behavior. I've tried various combos of "guest only" and "guest ok" but the windows guys still get forced to log in.
Any ideas about what I'm doing wrong?
I'm trying to create an anonymous-only read-only share on my powerbook so that my windows buddies can access some files. I added the following section to /etc/smb.conf:
[Manuals]
comment = Mike's Documentation
browseable = yes
guest ok = yes
read only = yes
path = /Users/michaelheinz/Manuals
The share got created, but it can only be accessed if someone logs into the powerbook - which is *not* the desired behavior. I've tried various combos of "guest only" and "guest ok" but the windows guys still get forced to log in.
Any ideas about what I'm doing wrong?