global change from samba.anu.edu.au to samba.org
[nivanova/samba-autobuild/.git] / packaging / Digital / Instructions
1 Copyright (C) 1997-1998 John H Terpstra
2 E-mail: jht@samba.org
3
4 Subject: Installation Instructions for Digital Unix v4.0
5 --------------------------------------------------------
6
7 1) cd /
8 2) tar xvf [path-to-]/install.tar
9 3) cd /usr/local/samba/lib
10 4) vi smb.conf
11
12 Now modify smb.conf to reflect your site needs.
13
14 5) samba start
15
16 To stop samba:
17
18         samba stop
19
20 You could install samba to run from the system start-up scripts
21 (recommended) by running  ./setup.sh
22
23 Start / Stop Samba as follows:-
24
25         samba [start | stop]
26
27
28 Subject: Encrypted password support
29 -----------------------------------
30
31 Encrypted password support is quite distinct from Digital Enhanced
32 Security Mode operation of the Unix system. Encrypted passwords
33 applies to the SMB connections serviced by this machine, not to
34 local user logons. Local user logons are services by the security
35 system chosen by your system administrator.
36
37 Digital Unix knows of either BASIC or ENHANCED security mode
38 operation. BASIC mode uses the traditional /etc/passwd database
39 containing Unix crypted passwords. ENHANCED mode uses a TCB database.
40 Samba-1.9.18p10 has been modified so that if OSF1_ENH_SEC is defined
41 at compile time then a password check will be made first using ENHANCED
42 mode and if that fails then it will try BASIC mode. This is the case
43 for this binary distribution - you need not recompile. In other
44 words: this binary distribution will work with either security mode.
45
46 To enable SMB encrypted password support do the following:
47
48 1) Put /usr/local/samba/bin in your PATH
49 2) Edit /usr/local/samba/lib/smb.conf and uncomment the
50         line "encrypt passwd = yes"
51 3) Execute: smbpasswd -a "username" "password"
52
53 The above will create your /usr/local/samba/private/smbpasswd file
54 in which will be the NT and LanMAN hashed passwords.
55