Hi-ho,

Have you added the users using smbpasswd?

That is a common cause of smb denying access to win clients.. and it's not
all that clear in the docco..

smbpasswd -a <username>

The other more obvious things, are to check work group name is the same, and
that you're using user security, or if you're trying to use the samba box as
a domain controller you'll have to wade through the smb-domain server
howto's, but for a small network I wouldn't go there, too much pain for no
real gain..

Cheers, Chris H.


----- Original Message -----
From: "Fisher Family" <[EMAIL PROTECTED]>
To: "Linux Users Group" <[EMAIL PROTECTED]>
Sent: Thursday, April 25, 2002 1:48 PM
Subject: Samba help


> I am having no success with Samba. Well actually I have had progress but
not
> enough to use it yet.
>
> My Win2000 and WinXP PC's can see the Samba Server but are denied access
or
> not accessable.
>
> Can anyone see what else I need to do?
>
> I have followed the instructions in the page below but still no good.
>
>
http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/samba-w
> innt.html
>
<http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/samba-
> winnt.html>
>
> Here is my smb.conf file.........
>
> # Samba config file created using SWAT
> # from Grunter (127.0.0.1)
> # Date: 2002/04/25 13:05:09
>
> # Global parameters
> [global]
> workgroup = FXNZ
> server string = Samba Server
> encrypt passwords = Yes
> # next line by Robert
> smb passwd file = /etc/samba/smbpasswd
> log file = /var/log/samba/%m.log
> max log size = 0
> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
> dns proxy = No
> admin users = Robert
> read list = Simon
> printing = lprng
>
> [homes]
> comment = Home Directories
> valid users = %S
> read only = No
> create mask = 0664
> directory mask = 0775
> browseable = No
>
> [printers]
> comment = All Printers
> path = /var/spool/samba
> printable = Yes
> browseable = No
>
> [Storage]
> path = /storage
>
>
> Thanks in advance,
>
> Robert
>

Reply via email to