You are not logged in.

#1 2007-10-08 19:09:46

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Help with samba configuration

Hello, I've tried like six times to configure hamachi properly, I read through the documentation, but I can't get it the way i want. I want it like this: I wanna share one folder, teh share is not going to require any username or password, only rights to read the files, not rights to write, how do I do that?


Use the Source, Luke!

Offline

#2 2007-10-08 19:59:12

muczyjoe
Member
From: Szeged (Hungary)
Registered: 2007-05-16
Posts: 45
Website

Re: Help with samba configuration

Read samba docs!

[global]
   workgroup = yoursambanetworkname
   server string = %h server (Samba)               // optional
   log file = /var/log/samba/log.%m                  // optional
   max log size = 1000                                      // optional
   security = share
   hosts allow = 192.168.1.6, 10.0.2.15            // optional

[share]
   comment = share
   writable = no
   locking = no
   path = /mnt/share
   public = yes

Offline

#3 2007-10-08 20:03:03

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: Help with samba configuration

muczyjoe wrote:

Read samba docs!

I read through the documentation

Well.... obiously not understand some of the doc... but thanks.


Use the Source, Luke!

Offline

Board footer

Powered by FluxBB