From owner-freebsd-questions Fri Jan 12 12:27:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rubicon.fernonorden.com (unknown [195.139.149.229]) by hub.freebsd.org (Postfix) with ESMTP id A0BDE37B400 for ; Fri, 12 Jan 2001 12:27:21 -0800 (PST) Received: by fernonorden.com with Internet Mail Service (5.5.2653.19) id ; Fri, 12 Jan 2001 21:22:48 +0100 Message-ID: <25879E6A7E74D411B9370050043B7F3E09F860@fernonorden.com> From: Per Tore Larsen To: "'Prasad.Chemburkar@Vashimail.ltitl.com'" Cc: freebsd-questions@FreeBSD.ORG Subject: SV: SV: Regarding SAMBA Date: Fri, 12 Jan 2001 21:22:47 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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