1Copyright (C) 1997-1998 Samba-Team
2E-mail:		samba-binaries@samba.org
3
4Subject: Installation Instructions for SuperNewOS X.X
5--------------------------------------------------------
6
71) cd /
82) tar xvf [path-to-samba-package]/install.tar
93) cd /usr/local/samba/lib
104) vi smb.conf
11
12Now modify smb.conf to reflect your site needs.
13
145) samba start
15
16To stop samba:
17
18	samba stop
19
20You could install samba to run from the system start-up scripts
21(recommended) by running  ./setup.sh
22
23Start / Stop Samba as follows:-
24
25	samba [start | stop]
26
27
28Subject: New Users Must Read This
29-----------------------------------
30Above ALL else, read the smb.conf man pages _AND_ all text documentation.
31
32To enable SMB encrypted password support do the following:
33
341) Put /usr/local/samba/bin in your PATH
352) Edit /usr/local/samba/lib/smb.conf and uncomment the
36	line "encrypt passwd = yes"
373) Execute: smbpasswd -a "username" "password"
38
39The above will create your /usr/local/samba/private/smbpasswd file
40in which will be the NT and LanMAN hashed passwords.
41
42