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-HOWTO/TOSHARG-FastStart.xml

    r414 r988  
    183183<smbconfoption name="workgroup">MIDEARTH</smbconfoption>
    184184<smbconfoption name="netbios name">HOBBIT</smbconfoption>
    185 <smbconfoption name="security">share</smbconfoption>
     185<smbconfoption name="security">user</smbconfoption>
     186<smbconfoption name="map to guest">bad user</smbconfoption>
    186187
    187188<smbconfsection name="[data]"/>
     
    221222        workgroup = MIDEARTH
    222223        netbios name = HOBBIT
    223         security = share
     224        security = user
     225        map to guest = bad user
    224226
    225227[data]
     
    287289<smbconfoption name="workgroup">MIDEARTH</smbconfoption>
    288290<smbconfoption name="netbios name">HOBBIT</smbconfoption>
    289 <smbconfoption name="security">SHARE</smbconfoption>
     291<smbconfoption name="security">USER</smbconfoption>
     292<smbconfoption name="map to guest">bad user</smbconfoption>
    290293
    291294<smbconfsection name="[data]"/>
     
    341344<smbconfoption name="workgroup">MIDEARTH</smbconfoption>
    342345<smbconfoption name="netbios name">LUTHIEN</smbconfoption>
    343 <smbconfoption name="security">share</smbconfoption>
    344 <smbconfoption name="printcap name">cups</smbconfoption>
    345 <smbconfoption name="disable spoolss">Yes</smbconfoption>
    346 <smbconfoption name="show add printer wizard">No</smbconfoption>
     346<smbconfoption name="security">user</smbconfoption>
    347347<smbconfoption name="printing">cups</smbconfoption>
    348348
     
    445445                encrypted passwords in a file called <filename>/etc/samba/smbpasswd</filename>.
    446446                The default &smb.conf; entry that makes this happen is
    447                 <smbconfoption name="passdb backend">smbpasswd, guest</smbconfoption>. Since this is the default,
    448                 it is not necessary to enter it into the configuration file. Note that the guest backend is
    449                 added to the list of active passdb backends no matter whether it specified directly in Samba configuration
    450                 file or not.
     447                <smbconfoption name="passdb backend">smbpasswd</smbconfoption>. Since this is the default,
     448                it is not necessary to enter it into the configuration file.
    451449                </para>
    452450
     
    475473<smbconfoption name="workgroup">MIDEARTH</smbconfoption>
    476474<smbconfoption name="netbios name">OLORIN</smbconfoption>
    477 <smbconfoption name="printcap name">cups</smbconfoption>
    478 <smbconfoption name="disable spoolss">Yes</smbconfoption>
    479475<smbconfoption name="show add printer wizard">No</smbconfoption>
    480476<smbconfoption name="printing">cups</smbconfoption>
     
    496492<smbconfoption name="comment">All Printers</smbconfoption>
    497493<smbconfoption name="path">/var/spool/samba</smbconfoption>
    498 <smbconfoption name="printer admin">root, maryo</smbconfoption>
    499494<smbconfoption name="create mask">0600</smbconfoption>
    500495<smbconfoption name="guest ok">Yes</smbconfoption>
     
    730725<smbconfoption name="comment">All Printers</smbconfoption>
    731726<smbconfoption name="path">/var/spool/samba</smbconfoption>
    732 <smbconfoption name="printer admin">root, maryo</smbconfoption>
    733727<smbconfoption name="create mask">0600</smbconfoption>
    734728<smbconfoption name="guest ok">Yes</smbconfoption>
     
    882876        <para>
    883877        A more scalable domain control authentication backend option might use
    884         Microsoft Active Directory or an LDAP-based backend. Samba-3 provides
    885         for both options as a domain member server. As a PDC, Samba-3 is not able to provide
     878        Microsoft Active Directory or an LDAP-based backend. Samba provides
     879        for both options as a domain member server. As a PDC, Samba is not able to provide
    886880        an exact alternative to the functionality that is available with Active Directory.
    887         Samba-3 can provide a scalable LDAP-based PDC/BDC solution.
     881        Samba can provide a scalable LDAP-based PDC/BDC solution.
    888882        </para>
    889883
     
    891885        The tdbsam authentication backend provides no facility to replicate
    892886        the contents of the database, except by external means (i.e., there is no self-contained protocol
    893         in Samba-3 for Security Account Manager database [SAM] replication).
     887        in Samba for Security Account Manager database [SAM] replication).
    894888        </para>
    895889
     
    904898                The engineering office network server we present here is designed to demonstrate use
    905899                of the new tdbsam password backend. The tdbsam
    906                 facility is new to Samba-3. It is designed to provide many user and machine account controls
     900                facility is new to Samba. It is designed to provide many user and machine account controls
    907901                that are possible with Microsoft Windows NT4. It is safe to use this in smaller networks.
    908902                </para>
     
    962956<smbconfoption name="comment">All Printers</smbconfoption>
    963957<smbconfoption name="path">/var/spool/samba</smbconfoption>
    964 <smbconfoption name="printer admin">root, maryo</smbconfoption>
    965958<smbconfoption name="create mask">0600</smbconfoption>
    966959<smbconfoption name="guest ok">Yes</smbconfoption>
     
    972965<smbconfoption name="path">/var/lib/samba/drivers</smbconfoption>
    973966<smbconfoption name="write list">maryo, root</smbconfoption>
    974 <smbconfoption name="printer admin">maryo, root</smbconfoption>
    975967
    976968<smbconfcomment>Needed to support domain logons</smbconfcomment>
     
    10561048
    10571049                <para>
    1058                 In this section we finally get to review in brief a Samba-3 configuration that
     1050                In this section we finally get to review in brief a Samba configuration that
    10591051                uses a Lightweight Directory Access (LDAP)-based authentication backend. The
    10601052                main reasons for this choice are to provide the ability to host primary
     
    10671059
    10681060                        <para>
    1069                         This is an example of a minimal configuration to run a Samba-3 PDC
     1061                        This is an example of a minimal configuration to run a Samba PDC
    10701062                        using an LDAP authentication backend. It is assumed that the operating system
    10711063                        has been correctly configured.
Note: See TracChangeset for help on using the changeset viewer.