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

    r414 r988  
    1717<indexterm><primary>command-line</primary></indexterm>
    1818<indexterm><primary>scripted control</primary></indexterm>
    19 The <command>net</command> command is one of the new features of Samba-3 and is an attempt to provide a useful
     19The <command>net</command> command is one of the new features of Samba and is an attempt to provide a useful
    2020tool for the majority of remote management operations necessary for common tasks. The <command>net</command>
    2121tool is flexible by design and is intended for command-line use as well as for scripted control application.
     
    3838
    3939<para>
    40 A Samba-3 administrator cannot afford to gloss over this chapter because to do so will almost certainly cause
     40A Samba administrator cannot afford to gloss over this chapter because to do so will almost certainly cause
    4141the infliction of self-induced pain, agony, and desperation. Be warned: this is an important chapter.
    4242</para>
     
    5252<indexterm><primary>DMS</primary></indexterm>
    5353<indexterm><primary>authentication</primary></indexterm>
    54         The tasks that follow the installation of a Samba-3 server, whether standalone or domain member, of a
     54        The tasks that follow the installation of a Samba server, whether standalone or domain member, of a
    5555        domain controller (PDC or BDC) begins with the need to create administrative rights. Of course, the
    5656        creation of user and group accounts is essential for both a standalone server and a PDC.
     
    8484<indexterm><primary>trust accounts</primary></indexterm>
    8585<indexterm><primary>net</primary></indexterm>
    86         UNIX systems that are hosting a Samba-3 server that is running as a member (PDC, BDC, or DMS) must have
     86        UNIX systems that are hosting a Samba server that is running as a member (PDC, BDC, or DMS) must have
    8787        a machine security account in the domain authentication database (or directory). The creation of such
    8888        security (or trust) accounts is also handled using the <command>net</command> command.
     
    108108<indexterm><primary>man pages</primary></indexterm>
    109109        The overall picture should be clear now: the <command>net</command> command plays a central role
    110         on the Samba-3 stage. This role will continue to be developed. The inclusion of this chapter is
     110        on the Samba stage. This role will continue to be developed. The inclusion of this chapter is
    111111        evidence of its importance, one that has grown in complexity to the point that it is no longer considered
    112112        prudent to cover its use fully in the online UNIX man pages.
     
    166166<indexterm><primary>local</primary><secondary>groups</secondary></indexterm>
    167167<indexterm><primary>domain user accounts</primary></indexterm>
    168         Samba-3 recognizes two types of groups: <emphasis>domain groups</emphasis> and <emphasis>local
     168        Samba recognizes two types of groups: <emphasis>domain groups</emphasis> and <emphasis>local
    169169        groups</emphasis>. Domain groups can contain (have as members) only domain user accounts. Local groups
    170170        can contain local users, domain users, and domain groups as members.
     
    10701070
    10711071        <para>
    1072         A Samba-3 server that is a Windows ADS domain member can execute the following command to detach from the
     1072        A Samba server that is a Windows ADS domain member can execute the following command to detach from the
    10731073        domain:
    10741074<indexterm><primary>net</primary><secondary>ads</secondary><tertiary>leave</tertiary></indexterm>
     
    17611761
    17621762        <para>
    1763         When Samba-3 is used within an MS Windows ADS environment, printers shared via Samba will not be browseable
     1763        When Samba is used within an MS Windows ADS environment, printers shared via Samba will not be browseable
    17641764        until they have been published to the ADS domain. Information regarding published printers may be obtained
    17651765        from the ADS server by executing the <command>net ads print info</command> command following this syntax:
Note: See TracChangeset for help on using the changeset viewer.