• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/packaging/Digital/
1Copyright (C) 1997-1998 John H Terpstra
2E-mail:	jht@samba.org
3
4Subject: Installation Instructions for Digital Unix v4.0
5--------------------------------------------------------
6
71) cd /
82) tar xvf [path-to-]/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: Encrypted password support
29-----------------------------------
30
31Encrypted password support is quite distinct from Digital Enhanced
32Security Mode operation of the Unix system. Encrypted passwords
33applies to the SMB connections serviced by this machine, not to
34local user logons. Local user logons are services by the security
35system chosen by your system administrator.
36
37Digital Unix knows of either BASIC or ENHANCED security mode
38operation. BASIC mode uses the traditional /etc/passwd database
39containing Unix crypted passwords. ENHANCED mode uses a TCB database.
40Samba-1.9.18p10 has been modified so that if OSF1_ENH_SEC is defined
41at compile time then a password check will be made first using ENHANCED
42mode and if that fails then it will try BASIC mode. This is the case
43for this binary distribution - you need not recompile. In other
44words: this binary distribution will work with either security mode.
45
46To enable SMB encrypted password support do the following:
47
481) Put /usr/local/samba/bin in your PATH
492) Edit /usr/local/samba/lib/smb.conf and uncomment the
50	line "encrypt passwd = yes"
513) Execute: smbpasswd -a "username" "password"
52
53The above will create your /usr/local/samba/private/smbpasswd file
54in which will be the NT and LanMAN hashed passwords.
55
56