Re: Samba survey

[ Available lists | Index of freebsd-hackers | Month of Feb 1997 | Week of 6 Feb 1997 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Lenzi, Sergio <lenzi@bsi.com.br>
Date
6 Feb 1997 12:03:55
Subject
Re: Samba survey
Message-ID
Pine.BSF.3.91.970206180309.511E-100000@sergio

In reply to

[ Hide this part ]
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.



Elapsed time: 0.251 seconds