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-Appendix2.xml

    r414 r988  
    2424        as well as two Microsoft Windows XP Professional Workstations, each equipped with an Ethernet
    2525        card connected using a hub. Also required is one additional server (either Windows
    26         NT4 Server, Windows 2000 Server, or a Samba-3 on UNIX/Linux server) running a network
     26        NT4 Server, Windows 2000 Server, or a Samba on UNIX/Linux server) running a network
    2727        sniffer and analysis application (Wireshark is a good choice). All work should be undertaken
    2828        on a quiet network where there is no other traffic. It is best to use a dedicated hub
     
    119119
    120120        <para>
    121         Recommended preparatory reading: <emphasis>The Official Samba-3 HOWTO and Reference Guide, Second
     121        Recommended preparatory reading: <emphasis>The Official Samba HOWTO and Reference Guide, Second
    122122        Edition</emphasis> (TOSHARG2) Chapter 9, <quote>Network Browsing,</quote> and Chapter 3,
    123123        <quote>Server Types and Security Modes.</quote>
     
    752752
    753753        <sect2>
    754         <title>Windows 200x/XP Client Interaction with Samba-3</title>
     754        <title>Windows 200x/XP Client Interaction with Samba</title>
    755755
    756756        <para>
     
    947947                database and thus must be stored elsewhere on the UNIX system in a manner that Samba can
    948948                use. Samba-2.x permitted such encrypted passwords to be stored in the <constant>smbpasswd</constant>
    949                 file or in an LDAP database. Samba-3 permits use of multiple <parameter>passdb backend</parameter>
     949                file or in an LDAP database. Samba permits use of multiple <parameter>passdb backend</parameter>
    950950                databases in concurrent deployment. Refer to <emphasis>TOSHARG2</emphasis>, Chapter 10, <quote>Account Information Databases.</quote>
    951951                </para></listitem>
     
    11431143
    11441144                <para>
    1145                 Is it possible to reduce network broadcast activity with Samba-3?
     1145                Is it possible to reduce network broadcast activity with Samba?
    11461146                </para>
    11471147
     
    11701170                <note><para>
    11711171                Use of SMB without NetBIOS is possible only on Windows 200x/XP Professional clients and servers, as
    1172                 well as with Samba-3.
     1172                well as with Samba.
    11731173                </para></note>
    11741174
     
    12061206
    12071207                <para>
    1208                 Samba-3 supports Microsoft encrypted passwords. Be advised not to reintroduce plain-text password handling.
     1208                Samba supports Microsoft encrypted passwords. Be advised not to reintroduce plain-text password handling.
    12091209                Just create user accounts by running <command>smbpasswd -a 'username'</command>
    12101210                </para>
     
    12321232                <para>
    12331233                The parameter in the &smb.conf; file that controls this behavior is known as <parameter>encrypt
    1234                 passwords</parameter>. The default setting for this in Samba-3 is <constant>Yes (Enabled)</constant>.
     1234                passwords</parameter>. The default setting for this in Samba is <constant>Yes (Enabled)</constant>.
    12351235                </para>
    12361236
     
    12431243                <para>
    12441244                Is it necessary to specify <smbconfoption name="encrypt passwords">Yes</smbconfoption>
    1245                 when Samba-3 is configured as a domain member?
     1245                when Samba is configured as a domain member?
    12461246                </para>
    12471247
     
    12601260
    12611261                <para>
    1262                 Is it necessary to specify a <parameter>guest account</parameter> when Samba-3 is configured
     1262                Is it necessary to specify a <parameter>guest account</parameter> when Samba is configured
    12631263                as a domain member server?
    12641264                </para>
Note: See TracChangeset for help on using the changeset viewer.