[K12OSN] open samba share

Doug Simpson simpsond at leopards.k12.ar.us
Thu May 4 16:00:36 UTC 2006


I am wanting a dumb share available without having to have usernames and 
passwords entered on the linux server, but still have the smb set up with 
security = server. . 

Not possible is it?

I guess I will just have to add the users on the linux server. . . RATS!

Doug Simpson
Technology Specialist
DeQueen Public Schools
DeQueen, AR 71832
simpsond at leopards.k12.ar.us
Tux for President!

On Thu, 4 May 2006, Les Mikesell wrote:

> On Thu, 2006-05-04 at 10:05, Doug Simpson wrote:
> 
> > I have a linux/samba server and I need a share set up that will allow 
> > connections and give R/W access without requiring a login.
> 
> If you want completely public access you have to set
> security = share
> Otherwise it needs to identify the user at the connection
> level before it can even see the share that is open.
> 
> > In other words, I need this to just be a dumb share, accessible to all, 
> > writeable by all, but not requiring usernames and passwords.
> 
> If 'all' really means all computers logged into a domain you
> can use
> security = server
>  and
> password server = yourPDC
> and access will be transparent.
> If 'all' includes computers not in a domain, then you need
> to change the security level to share.
> 
> > I will be setting the host.allow to only allow certain computers to use 
> > it, but I need this to work.
> > 
> > What will I need in the share definitions in /etc/samba/smb.conf
> > 
> > I have tried this an other. . .
> > 
> > [generic]
> > 	path = /samba/generic
> > 	guest = yes
> > 	read only = no
> > 	browseable = no
> > 	force create mode = 0777
> > 
> > and the path is set to RWX for everyone on the /samba/generic directory.
> > 
> > Still requires a login to access the share. . .
> > 
> > Any ideas?
> 
> You also may need to have
> guest account = 
> to some user that exists in the password file and you
> might want to add a 'force user =' to the share.
> 
> -- 
>   Les Mikesell
>    les at futuresource.com
> 
> 
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
> 




More information about the K12OSN mailing list