- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml
r414 r988 17 17 <indexterm><primary>command-line</primary></indexterm> 18 18 <indexterm><primary>scripted control</primary></indexterm> 19 The <command>net</command> command is one of the new features of Samba -3and is an attempt to provide a useful19 The <command>net</command> command is one of the new features of Samba and is an attempt to provide a useful 20 20 tool for the majority of remote management operations necessary for common tasks. The <command>net</command> 21 21 tool is flexible by design and is intended for command-line use as well as for scripted control application. … … 38 38 39 39 <para> 40 A Samba -3administrator cannot afford to gloss over this chapter because to do so will almost certainly cause40 A Samba administrator cannot afford to gloss over this chapter because to do so will almost certainly cause 41 41 the infliction of self-induced pain, agony, and desperation. Be warned: this is an important chapter. 42 42 </para> … … 52 52 <indexterm><primary>DMS</primary></indexterm> 53 53 <indexterm><primary>authentication</primary></indexterm> 54 The tasks that follow the installation of a Samba -3server, whether standalone or domain member, of a54 The tasks that follow the installation of a Samba server, whether standalone or domain member, of a 55 55 domain controller (PDC or BDC) begins with the need to create administrative rights. Of course, the 56 56 creation of user and group accounts is essential for both a standalone server and a PDC. … … 84 84 <indexterm><primary>trust accounts</primary></indexterm> 85 85 <indexterm><primary>net</primary></indexterm> 86 UNIX systems that are hosting a Samba -3server that is running as a member (PDC, BDC, or DMS) must have86 UNIX systems that are hosting a Samba server that is running as a member (PDC, BDC, or DMS) must have 87 87 a machine security account in the domain authentication database (or directory). The creation of such 88 88 security (or trust) accounts is also handled using the <command>net</command> command. … … 108 108 <indexterm><primary>man pages</primary></indexterm> 109 109 The overall picture should be clear now: the <command>net</command> command plays a central role 110 on the Samba -3stage. This role will continue to be developed. The inclusion of this chapter is110 on the Samba stage. This role will continue to be developed. The inclusion of this chapter is 111 111 evidence of its importance, one that has grown in complexity to the point that it is no longer considered 112 112 prudent to cover its use fully in the online UNIX man pages. … … 166 166 <indexterm><primary>local</primary><secondary>groups</secondary></indexterm> 167 167 <indexterm><primary>domain user accounts</primary></indexterm> 168 Samba -3recognizes two types of groups: <emphasis>domain groups</emphasis> and <emphasis>local168 Samba recognizes two types of groups: <emphasis>domain groups</emphasis> and <emphasis>local 169 169 groups</emphasis>. Domain groups can contain (have as members) only domain user accounts. Local groups 170 170 can contain local users, domain users, and domain groups as members. … … 1070 1070 1071 1071 <para> 1072 A Samba -3server that is a Windows ADS domain member can execute the following command to detach from the1072 A Samba server that is a Windows ADS domain member can execute the following command to detach from the 1073 1073 domain: 1074 1074 <indexterm><primary>net</primary><secondary>ads</secondary><tertiary>leave</tertiary></indexterm> … … 1761 1761 1762 1762 <para> 1763 When Samba -3is used within an MS Windows ADS environment, printers shared via Samba will not be browseable1763 When Samba is used within an MS Windows ADS environment, printers shared via Samba will not be browseable 1764 1764 until they have been published to the ADS domain. Information regarding published printers may be obtained 1765 1765 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.