diff options
author | John Terpstra <jht@samba.org> | 1998-11-16 12:21:02 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1998-11-16 12:21:02 +0000 |
commit | 7491c291ff93af0e7fe214e4af7abd5bb934b18a (patch) | |
tree | c383a6eb7d0d3eb50c1b5d0f5ac1a994662232fe /packaging/Example/Instructions | |
parent | 7ce840a0edbba91befbbb0a6616d0ec4db95166f (diff) | |
download | samba-7491c291ff93af0e7fe214e4af7abd5bb934b18a.tar.gz samba-7491c291ff93af0e7fe214e4af7abd5bb934b18a.tar.bz2 samba-7491c291ff93af0e7fe214e4af7abd5bb934b18a.zip |
Added Example binary packaging instructions.
(This used to be commit 4c60314b050324b356f38f648f2730cb1d39be4c)
Diffstat (limited to 'packaging/Example/Instructions')
-rw-r--r-- | packaging/Example/Instructions | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/packaging/Example/Instructions b/packaging/Example/Instructions new file mode 100644 index 0000000000..5e432f47b9 --- /dev/null +++ b/packaging/Example/Instructions @@ -0,0 +1,41 @@ +Copyright (C) 1997-1998 Samba-Team +E-mail: samba-binaries@samba.anu.edu.au + +Subject: Installation Instructions for SuperNewOS X.X +-------------------------------------------------------- + +1) cd / +2) tar xvf [path-to-samba-package]/install.tar +3) cd /usr/local/samba/lib +4) vi smb.conf + +Now modify smb.conf to reflect your site needs. + +5) samba start + +To stop samba: + + samba stop + +You could install samba to run from the system start-up scripts +(recommended) by running ./setup.sh + +Start / Stop Samba as follows:- + + samba [start | stop] + + +Subject: New Users Must Read This +----------------------------------- +Above ALL else, read the smb.conf man pages _AND_ all text documentation. + +To enable SMB encrypted password support do the following: + +1) Put /usr/local/samba/bin in your PATH +2) Edit /usr/local/samba/lib/smb.conf and uncomment the + line "encrypt passwd = yes" +3) Execute: smbpasswd -a "username" "password" + +The above will create your /usr/local/samba/private/smbpasswd file +in which will be the NT and LanMAN hashed passwords. + |