Image

Imagejethro wrote in Imagelinux

Listens: Club 977

I'm having a problem getting Samba working on a FC2 machine with a Winxp Client


[Global]
workgroup = CSUNET
netbios name = COOPER
security = DOMAIN
printcap name = cups
disable spoolss = Yes
show add printer wizard = No
winbind separator = +
winbind use default domain = Yes
use sendfile = Yes
printing = cups
password server = *
[homes]
comment = Home Directories
valid users = %S
read only = No
browseable = No

[spytfull]
comment = Techs
path = /export/techs
valid users = @Techs
admin users = jbodden
read only = Yes

[public]
comment = Data
path = /export/public
read only = No

[printers]
comment = All Printers
path = /var/spool/samba
printer admin = root, jbodden
create mask = 0600
guest ok = Yes
printable = Yes
use client driver = Yes
browseable = No



The machine shows up in network neighborhood, but I can't connect to it. I get a "\\cooper is not accessible. You might not have permisson to use this network resource. Contact the administrator of the server to find out if you have access permissions.

The network path was not found.

I am a user on the FC2 machine with a logon name and password = to my windows machine.

Any Ideas?