1 Copyright (C) 1997-1998 Samba-Team
2 E-mail: samba-binaries@samba.org
4 Subject: Installation Instructions for SuperNewOS X.X
5 --------------------------------------------------------
8 2) tar xvf [path-to-samba-package]/install.tar
9 3) cd /usr/local/samba/lib
12 Now modify smb.conf to reflect your site needs.
20 You could install samba to run from the system start-up scripts
21 (recommended) by running ./setup.sh
23 Start / Stop Samba as follows:-
28 Subject: New Users Must Read This
29 -----------------------------------
30 Above ALL else, read the smb.conf man pages _AND_ all text documentation.
32 To enable SMB encrypted password support do the following:
34 1) Put /usr/local/samba/bin in your PATH
35 2) Edit /usr/local/samba/lib/smb.conf and uncomment the
36 line "encrypt passwd = yes"
37 3) Execute: smbpasswd -a "username" "password"
39 The above will create your /usr/local/samba/private/smbpasswd file
40 in which will be the NT and LanMAN hashed passwords.