summaryrefslogtreecommitdiff
path: root/packaging/Digital/Instructions
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-11-14 13:01:34 +0000
committerJohn Terpstra <jht@samba.org>1998-11-14 13:01:34 +0000
commit6b989ca4fd6e80e04a28ccea76875933f016dd86 (patch)
tree707b021f4b3365222c9777bb593c33531a7be239 /packaging/Digital/Instructions
parent3a4cce6d16e27a385b33a5ea0247006036f6a14e (diff)
downloadsamba-6b989ca4fd6e80e04a28ccea76875933f016dd86.tar.gz
samba-6b989ca4fd6e80e04a28ccea76875933f016dd86.tar.bz2
samba-6b989ca4fd6e80e04a28ccea76875933f016dd86.zip
Added first cut of the new packaging scripts for Digital Unix.
Note: This will be extended for all other OS's so that it can be maintained by the samba release scripts. (This used to be commit 0f98a2fd58aee1dac4d0f4098a2e690dfaf5ba27)
Diffstat (limited to 'packaging/Digital/Instructions')
-rw-r--r--packaging/Digital/Instructions55
1 files changed, 55 insertions, 0 deletions
diff --git a/packaging/Digital/Instructions b/packaging/Digital/Instructions
new file mode 100644
index 0000000000..7cc1f49fa9
--- /dev/null
+++ b/packaging/Digital/Instructions
@@ -0,0 +1,55 @@
+Copyright (C) 1997-1998 John H Terpstra
+E-mail: jht@samba.anu.edu.au
+
+Subject: Installation Instructions for Digital Unix v4.0
+--------------------------------------------------------
+
+1) cd /
+2) tar xvf [path-to-]/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: Encrypted password support
+-----------------------------------
+
+Encrypted password support is quite distinct from Digital Enhanced
+Security Mode operation of the Unix system. Encrypted passwords
+applies to the SMB connections serviced by this machine, not to
+local user logons. Local user logons are services by the security
+system chosen by your system administrator.
+
+Digital Unix knows of either BASIC or ENHANCED security mode
+operation. BASIC mode uses the traditional /etc/passwd database
+containing Unix crypted passwords. ENHANCED mode uses a TCB database.
+Samba-1.9.18p10 has been modified so that if OSF1_ENH_SEC is defined
+at compile time then a password check will be made first using ENHANCED
+mode and if that fails then it will try BASIC mode. This is the case
+for this binary distribution - you need not recompile. In other
+words: this binary distribution will work with either security mode.
+
+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.
+