Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 1997 18:08:12 +0000 ()
From:      "Lenzi, Sergio" <lenzi@bsi.com.br>
To:        Amancio Hasty <hasty@rah.star-gate.com>
Cc:        Mark Mayo <mark@quickweb.com>, hackers@freebsd.org
Subject:   Re: Samba survey 
Message-ID:  <Pine.BSF.3.91.970206180309.511E-100000@sergio>
In-Reply-To: <199702052059.MAA19654@rah.star-gate.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 5 Feb 1997, Amancio Hasty wrote:

> Is there a configuration tool which aids a new user like me to setup 
> samba?
> 
> 	Tnks,
> 	Amancio
> 
OK...

If you need some help.
1) create directories lib locks var under the /usr/local/samba
	owner nobody.
2) put smb.conf under /usr/local/samba/lib
[homes]
	writeable=yes
[printer]
	path=/var/spool/lpd/windows
	writeable=no
	public=yes
	printable=yes
	print command=/usr/local/samba/bin/psfilter < %s | lpr;rm %s
[CDROM]
	path=/cdrom
	writeable=no
	public=true
[UNIX]
	path=/usr/windows
	writeable=yes
	public=true

3) start hmbd
      /usr/local/samba/bin/nmbd -D -G HOME
4) put a line on /etc/inetd.conf...
      netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd
5) restart inetd.....


hope this can help




Sergio Lenzi.

Unix consult.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970206180309.511E-100000>