Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2001 21:22:47 +0100
From:      Per Tore Larsen <per.tore.larsen@fernonorden.com>
To:        "'Prasad.Chemburkar@Vashimail.ltitl.com'" <Prasad.Chemburkar@Vashimail.ltitl.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   SV: SV: Regarding SAMBA
Message-ID:  <25879E6A7E74D411B9370050043B7F3E09F860@fernonorden.com>

next in thread | raw e-mail | index | archive | help
Ok.. 
Try this config. Gives you a two all access shares.
(Removed all comments and not used options)

smb.conf

[global]
workgroup = Pokemon
server string = Pickachu
log file = /var/log/log.%m
max log size = 50
security = share
socket options = TCP_NODELAY 
local master = no
wins proxy = no

[Folder1]
	comment = Share 1
	path = /point/to/share
	public = yes
	writable = yes
	
[Folder2]
	comment = Share 2
	path = /point/to/share
	browseable = no
	public = yes
	writeable = yes

That should do it.  You now have two public shares 4 all to access.

PeTe




> -----Opprinnelig melding-----
> Fra: Prasad.Chemburkar@Vashimail.ltitl.com
> [mailto:Prasad.Chemburkar@Vashimail.ltitl.com]
> Sendt: 12. januar 2001 06:21
> Til: Per Tore Larsen
> Kopi: freebsd-questions@FreeBSD.ORG
> Emne: Re: SV: Regarding SAMBA
> 
> 
> 
> 
> 
> Thanks
> 
> i tried using security=share option in /etc/smb.conf file, 
> know i can see
> folders in explorer but i double click on folders it ask me 
> for password, when i
> type any passord it says invalid password,
> my /etc/smb.conf looks like this
> 
> # Global parameters
> [global]
>         workgroup = VOYAGER
>         server string = OPENSYS
>         log file = /usr/local/samba/var/log.%m
>         max log size = 5
>         dns proxy = No
>         create mask = 0774
>         logon script = STARTUP.bat
>            hosts allow = ALL
>            securiyt = share
> 
> 
> [cars]
>         path = /cars
>         read only = No
> 
> [config]
>         path = /config
>         read only = No
> 
> [homes]
>         comment = Home Directories
>         security mask = 0770
>         oplocks = No
>         delete readonly = Yes
>       guest ok = no
>       read only = no
> 
> 
> can u help me on this
> thanks in advance
> 
> bye
> prasad
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25879E6A7E74D411B9370050043B7F3E09F860>