Damian Hischier
2006-Jul-17 11:21 UTC
[Samba] Access to shares without asking for user and password
I want to setup a small office network with a samba server and a couple of windows xp clients. What do I have to do that the user on the windows clients can log on to a the [local] share without asking for the username and the passowrd. Here is my smb.conf [global] workgroup = TUX-NET server string = Samba 3.0.20-4-Fileserver security = share cups options = raw [local] comment = Home Verzeichnis path = /home/gundi/Documents writeable = yes read only = No public = yes Thanks for your help Damian
Adam Williams
2006-Jul-17 12:23 UTC
[Samba] Access to shares without asking for user and password
in [global] have: security = user guest account = nobody map to guest = bad user and in [local] have: guest ok = Yes guest only = no Damian Hischier wrote:> I want to setup a small office network with a samba server and a couple > of windows xp clients. What do I have to do that the user on the windows > clients can log on to a the [local] share without asking for the > username and the passowrd. > > Here is my smb.conf > > [global] > workgroup = TUX-NET > server string = Samba 3.0.20-4-Fileserver > security = share > cups options = raw > > [local] > comment = Home Verzeichnis > path = /home/gundi/Documents > writeable = yes > read only = No > public = yes > > Thanks for your help > > Damian > >