From 693fba1eb2f30db906c5fa089e6d1626dac8a15c Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sun, 30 Jul 2000 07:38:43 +0000 Subject: Adding Using_Samba book back to Samba-pre3. (This used to be commit 9f5f8ad21d9c7f5efb69abbe08ee2e34b787e68b) --- docs/htmldocs/using_samba/appa_02.html | 100 +++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 docs/htmldocs/using_samba/appa_02.html (limited to 'docs/htmldocs/using_samba/appa_02.html') diff --git a/docs/htmldocs/using_samba/appa_02.html b/docs/htmldocs/using_samba/appa_02.html new file mode 100644 index 0000000000..e69b2fd912 --- /dev/null +++ b/docs/htmldocs/using_samba/appa_02.html @@ -0,0 +1,100 @@ + + + +[Appendix A] A.2 Requirements + + + + + + +
+ + +
+

Using Samba

+ +Robert Eckstein, David Collier-Brown, Peter Kelly +
1st Edition November 1999 +
1-56592-449-5, Order Number: 4495 +
416 pages, $34.95 +
+

Buy the hardcopy +

Table of Contents +

+
+ + +
+
+ +
+
+

+ +A.2 Requirements

To set up SSL connections, you will need to download two programs in addition to Samba:

+
SSLeay
+

+Eric Young's implementation of the Secure Socket's Layer (SSL) protocol as a series of Unix programming libraries

SSL Proxy
+

+A freeware SSL application from Objective Development, which can be used to proxy a secure link on Unix or Windows NT platforms

+These two products assist with the server and client side of the encrypted SSL connection. The SSLeay libraries are compiled and installed directly on the Unix system. SSL Proxy, on the other hand, can be downloaded and compiled (or downloaded in binary format) and located on the client side. If you intend to have a Windows NT client or a Samba client on the other end of the SSL connection, you will not require a special setup.

+SSL Proxy, however, does not work on Windows 95/98 machines. Therefore, if you want to have a secure connection between a Samba server and Windows 95/98 client, you will need to place either a Unix server or a Windows NT machine on the same subnet with the Windows 9 +x clients and route all network connections through the SSL-Proxy-enabled machine. See +Figure A.1.

+ +Figure A.1: Two possible ways of proxying Windows 95/98 clients

Figure A.1

+For the purposes of this chapter, we will create a simple SSL connection between the Samba server and a Windows NT client. This configuration can be used to set up more complex networks at the administrator's discretion.

+
+
+
+ + +
+ +Previous: A.1 About Certificates + + + +Next: A.3 Installing SSLeay
+A.1 About Certificates + +Book Index +A.3 Installing SSLeay

+
+ + +
+ + +O'Reilly Home | + +O'Reilly Bookstores | + +How to Order | + +O'Reilly Contacts
+ +International | + +About O'Reilly | + +Affiliated Companies

+© 1999, O'Reilly & Associates, Inc. + +

+ + -- cgit