summaryrefslogtreecommitdiffstats
path: root/packaging/Solaris/x86/Instructions
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Solaris/x86/Instructions')
-rw-r--r--packaging/Solaris/x86/Instructions44
1 files changed, 44 insertions, 0 deletions
diff --git a/packaging/Solaris/x86/Instructions b/packaging/Solaris/x86/Instructions
new file mode 100644
index 00000000000..73fbcc2884f
--- /dev/null
+++ b/packaging/Solaris/x86/Instructions
@@ -0,0 +1,44 @@
+Copyright (C) 1997-1998 John H Terpstra
+E-mail: jht@samba.org
+
+Subject: Installation Instructions for Sun Solaris x86
+--------------------------------------------------------
+
+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 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.
+
+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.
+