File: Instructions

package info (click to toggle)
samba 3.0.14a-3sarge11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 41,300 kB
  • ctags: 34,258
  • sloc: ansic: 272,220; sh: 6,859; perl: 6,419; makefile: 2,548; python: 2,315; awk: 1,435; exp: 1,147; yacc: 880; csh: 58; sed: 45
file content (41 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Copyright (C) 1997-1998 Samba-Team
E-mail:		samba-binaries@samba.org

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.