[KLUG Members] Samba woes still

Adam Tauno WIlliams adam at morrison-ind.com
Wed Jul 21 08:40:49 EDT 2004


> On Tue, 20 Jul 2004 at 04:09:16PM -0400, Andy Eidson wrote:
> > Ok.. well I updated my version of Samba to 3.0.5rc1
> > and I am still getting the error that I am not
> > authorized
> > Here is the main part of the smb.conf
> > 
> > [global]
> > 
> >    workgroup = Workgroup
> >    server string = Fedoratest
> >    hosts allow = 192.168.1. 192.168.2. 127.
> >    printcap name = /etc/printcap
> >    load printers = yes
> >    log file = /var/log/samba/log.%m
> >    max log size = 50
> >    security = user
> > 
> > [Public]
> > 
> >    path = /data
> >    read Only = no
> >    writable = yes
> You either need to specify the "guest ok" option or you have to have a
> valid login name on the system you are connecting to.
> If you are expecting to log in make sure you have a password set up with
> smbpasswd(8).

You may also need to set a "guest account" in the globals section,  this
is the UID samba uses for anonymous connections - it MUST be a valid
POSIX account.  CIFS uses an anonymous connection to the IPC$ share when
one machine enumerates the resources on another, so lack of a valid
guest account will break everything.

> > Do you Yahoo!?
> No, I don't.

Me niether.



More information about the Members mailing list