samba/redhat8.0

Steven Elling ellings at kcnet.com
Fri Nov 1 14:08:03 CST 2002


On Friday 01 November 2002 11:42, Aldis A. Tuck wrote:
> Greetings,
> Im having trouble with samba in RH8.
> This is what I have for my smb.conf:
> [global]
> workgroup = foo
> security = share
> valid user = %s
> encrypt passwords = no
> server string = foo
> local master = yes
> os level = 33
> domain master = yes
> preferred master = yes
>
> [windows public share]
> comment = public share file
> read only = no
> path = /usr/local/windows public share
> public = yes

I believe you need to put the value of path in quotes when using spaces.  
However, you will have fewer problems if you don't use spaces.

Read up on the following variables in the smb.conf man page (man smb.conf) 
if you haven't already:

guest account
guest ok
guest only
public

Also, check the permissions on the directory you are trying to share.  If 
the perms are 0770 and ownership of the directory isn't the same as the 
user listed for 'guest account', then it will cause problems.




More information about the Kclug mailing list