Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml

    r414 r988  
    1010        and dependability. It was enough for the basic needs each was designed to fulfill. In
    1111        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.
    1313        </para>
    1414
    1515        <para>
    1616        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,
    1818        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 this
     19        To avoid confusion, this book is all about Samba. Let's get the exercises in this
    2020        chapter underway.
    2121        </para>
     
    176176        <para>
    177177        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 simply
     178        or may simply be your means of drawing the most out of Samba. Much can be done more simply
    179179        than you will demonstrate here, but keep in mind that the network must scale to at least 500
    180180        users. This means that some functionality will be overdesigned for the current 130-user
     
    235235                The configuration of Web serving, Web proxy services, electronic mail, and the details of
    236236                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.
    238238                </para>
    239239
     
    789789
    790790                <step><para>
    791                 Install the Samba-3 binary RPM from the Samba-Team FTP site. Assuming that the binary
     791                Install the Samba binary RPM from the Samba-Team FTP site. Assuming that the binary
    792792                RPM file is called <filename>samba-3.0.20-1.i386.rpm</filename>, one way to install this
    793793                file is as follows:
     
    22142214                        <para>
    22152215                        <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
    22172218                        with the source code.
    22182219                        </para>
     
    24612462                The guideline provided in <emphasis>TOSHARG2</emphasis>, Chapter 10, Section 10.1.2,
    24622463                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-3 does
     2464                at which most networks tend to want backup domain controllers (BDCs). Samba does
    24642465                not provide a mechanism for replicating tdbsam data so it can be used by a BDC. The
    24652466                limitation of 250 users per tdbsam is predicated only on the need for replication,
     
    25402541
    25412542                <para>
    2542                 The default order by which Samba-3 attempts to communicate with MS Windows clients is via port 445 (the TCP port
     2543                The default order by which Samba attempts to communicate with MS Windows clients is via port 445 (the TCP port
    25432544                used by Windows clients when NetBIOS-less SMB over TCP/IP is in use). TCP port 139 is the primary port used for NetBIOS
    25442545                over TCP/IP. In this configuration Windows network operations are predicated around NetBIOS over TCP/IP. By
    25452546                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-3 is installed as an Active Directory Domain
     2547                The result of this is improved network performance. Where Samba is installed as an Active Directory Domain
    25472548                member, the default behavior is highly beneficial and should not be changed.
    25482549                </para>
Note: See TracChangeset for help on using the changeset viewer.