- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml
r414 r988 10 10 and dependability. It was enough for the basic needs each was designed to fulfill. In 11 11 this chapter you address a more complex set of needs. The solution you explore 12 introduces you to basic features that are specific to Samba -3.12 introduces you to basic features that are specific to Samba. 13 13 </para> 14 14 15 15 <para> 16 16 You should note that a working and secure solution could be implemented using Samba-2.2.x. 17 In the exercises presented here, you are gradually using more Samba- 3-specific features,17 In the exercises presented here, you are gradually using more Samba-specific features, 18 18 so caution is advised for anyone who tries to use Samba-2.2.x with the guidance here given. 19 To avoid confusion, this book is all about Samba -3. Let's get the exercises in this19 To avoid confusion, this book is all about Samba. Let's get the exercises in this 20 20 chapter underway. 21 21 </para> … … 176 176 <para> 177 177 Many of the conclusions you draw here are obvious. Some requirements are not very clear 178 or may simply be your means of drawing the most out of Samba -3. Much can be done more simply178 or may simply be your means of drawing the most out of Samba. Much can be done more simply 179 179 than you will demonstrate here, but keep in mind that the network must scale to at least 500 180 180 users. This means that some functionality will be overdesigned for the current 130-user … … 235 235 The configuration of Web serving, Web proxy services, electronic mail, and the details of 236 236 generic antivirus handling are beyond the scope of this book and therefore are not 237 covered except insofar as this affects Samba -3.237 covered except insofar as this affects Samba. 238 238 </para> 239 239 … … 789 789 790 790 <step><para> 791 Install the Samba -3binary RPM from the Samba-Team FTP site. Assuming that the binary791 Install the Samba binary RPM from the Samba-Team FTP site. Assuming that the binary 792 792 RPM file is called <filename>samba-3.0.20-1.i386.rpm</filename>, one way to install this 793 793 file is as follows: … … 2214 2214 <para> 2215 2215 <indexterm><primary>GPL</primary></indexterm> 2216 Samba is provided under the terms of the GNU GPL Version 2, a copy of which is provided 2216 Samba is provided under the terms of the GNU 2217 GPL Version 3, a copy of which is provided 2217 2218 with the source code. 2218 2219 </para> … … 2461 2462 The guideline provided in <emphasis>TOSHARG2</emphasis>, Chapter 10, Section 10.1.2, 2462 2463 is to limit the number of accounts in the tdbsam backend to 250. This is the point 2463 at which most networks tend to want backup domain controllers (BDCs). Samba -3does2464 at which most networks tend to want backup domain controllers (BDCs). Samba does 2464 2465 not provide a mechanism for replicating tdbsam data so it can be used by a BDC. The 2465 2466 limitation of 250 users per tdbsam is predicated only on the need for replication, … … 2540 2541 2541 2542 <para> 2542 The default order by which Samba -3attempts to communicate with MS Windows clients is via port 445 (the TCP port2543 The default order by which Samba attempts to communicate with MS Windows clients is via port 445 (the TCP port 2543 2544 used by Windows clients when NetBIOS-less SMB over TCP/IP is in use). TCP port 139 is the primary port used for NetBIOS 2544 2545 over TCP/IP. In this configuration Windows network operations are predicated around NetBIOS over TCP/IP. By 2545 2546 specifying the use of only port 139, the intent is to reduce unsuccessful service connection attempts. 2546 The result of this is improved network performance. Where Samba -3is installed as an Active Directory Domain2547 The result of this is improved network performance. Where Samba is installed as an Active Directory Domain 2547 2548 member, the default behavior is highly beneficial and should not be changed. 2548 2549 </para>
Note:
See TracChangeset
for help on using the changeset viewer.