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

Location:
vendor/current/docs-xml/manpages
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages/smb.conf.5.xml

    r860 r988  
    77        <refmiscinfo class="source">Samba</refmiscinfo>
    88        <refmiscinfo class="manual">File Formats and Conventions</refmiscinfo>
    9         <refmiscinfo class="version">3.6</refmiscinfo>
     9        <refmiscinfo class="version">4.4</refmiscinfo>
    1010</refmeta>
    1111
     
    2222        The <filename moreinfo="none">smb.conf</filename> file is a configuration  file for the Samba suite. <filename
    2323        moreinfo="none">smb.conf</filename> contains  runtime configuration information for the Samba programs. The
    24          <filename moreinfo="none">smb.conf</filename> file is designed to be configured and administered by the
    25          <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> program. The
    2624        complete description of the file format and possible parameters held within are here for reference purposes.
    27         </para> 
     25        </para>
    2826</refsect1>
    2927
     
    473471                <varlistentry>
    474472                <term>%R</term>
    475                 <listitem><para>the selected protocol level after protocol negotiation. It can be one of CORE, COREPLUS,
    476                         LANMAN1, LANMAN2 or NT1.</para></listitem>
     473                <listitem><para>the selected protocol level after protocol negotiation. It can be one of
     474                        CORE, COREPLUS, LANMAN1, LANMAN2, NT1,
     475                        SMB2_02, SMB2_10, SMB2_22, SMB2_24,
     476                        SMB3_00, SMB3_02, SMB3_10, SMB3_11
     477                        or SMB2_FF.</para></listitem>
    477478                </varlistentry>
    478479
     
    504505                <term>%I</term>
    505506                <listitem><para>the IP address of the client machine.</para>
    506                 <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses,
     507                <para>Before 4.0.0 it could contain IPv4 mapped IPv6 addresses,
    507508                        now it only contains IPv4 or IPv6 addresses.</para>
    508509                </listitem>
     
    512513                <term>%i</term>
    513514                <listitem><para>the local IP address to which a client connected.</para>
    514                 <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses,
     515                <para>Before 4.0.0 it could contain IPv4 mapped IPv6 addresses,
    515516                        now it only contains IPv4 or IPv6 addresses.</para>
    516517                </listitem>
     
    671672</refsect1>
    672673
    673 <refsect1 id="VALIDATIONSECT">
    674         <title>NOTE ABOUT USERNAME/PASSWORD VALIDATION</title>
    675 
    676         <para>
    677         There are a number of ways in which a user can connect to a service. The server uses the following steps
    678         in determining if it will allow a connection to a specified service. If all the steps fail, the connection
    679         request is rejected.  However, if one of the steps succeeds, the following steps are not checked.
    680         </para>
    681 
    682         <para>
    683         If the service is marked <quote>guest only = yes</quote> and the server is running with share-level
    684         security (<quote>security = share</quote>, steps 1 to 5 are skipped.
    685         </para>
    686 
    687 
    688         <orderedlist continuation="restarts" inheritnum="ignore" numeration="arabic">
    689                 <listitem><para>
    690                 If the client has passed a username/password pair and that username/password pair is validated by the UNIX
    691                 system's password programs, the connection is made as that username. This includes the
    692                 <literal>\\server\service</literal>%<replaceable>username</replaceable> method of passing a username.
    693                 </para></listitem>
    694 
    695                 <listitem><para>
    696                 If the client has previously registered a username with the system and now supplies a correct password for that
    697                 username, the connection is allowed.
    698                 </para></listitem>
    699                
    700                 <listitem><para>
    701                 The client's NetBIOS name and any previously used usernames are checked against the supplied password. If
    702                 they match, the connection is allowed as the corresponding user.
    703                 </para></listitem>
    704                
    705                 <listitem><para>
    706                 If the client has previously validated a username/password pair with the server and the client has passed
    707                 the validation token, that username is used.
    708                 </para></listitem>
    709 
    710                 <listitem><para>
    711                 If a <literal>user = </literal> field is given in the <filename moreinfo="none">smb.conf</filename> file for the
    712                 service and the client has supplied a password, and that password matches (according to the UNIX system's
    713                 password checking) with one of the usernames from the <literal>user =</literal> field, the connection is made as
    714                 the username in the <literal>user =</literal> line. If one of the usernames in the <literal>user =</literal> list
    715                 begins with a <literal>@</literal>, that name expands to a list of names in the group of the same name.
    716                 </para></listitem>
    717 
    718                 <listitem><para>
    719                 If the service is a guest service, a connection is made as the username given in the <literal>guest account
    720                 =</literal> for the service, irrespective of the supplied password.
    721                 </para></listitem>
    722         </orderedlist>
    723 
    724 </refsect1>
    725 
    726674<refsect1>
    727675        <title>REGISTRY-BASED CONFIGURATION</title>
     
    811759       
    812760        <samba:parameterlist>
    813                 <xi:include href="../smbdotconf/parameters.all.xml" parse="xml"/>
     761                <!-- The URI below is resolved to local generated version of parameters.all.xml //-->
     762                <!-- WAF build places it in bin/default/docs-xml/smbdotconf/parameters.all.xml //-->
     763                <!-- and we redirect there via use of XML_CATALOG_FILES, see docs-xml/build/catalog.xml.in //-->
     764                <xi:include href="http://www.samba.org/samba/smbdotconf/parameters.all.xml" parse="xml"/>
    814765        </samba:parameterlist>
    815766
     
    843794        <title>VERSION</title>
    844795
    845         <para>This man page is correct for version 3 of the Samba suite.</para>
     796        <para>This man page is correct for version 4 of the Samba suite.</para>
    846797</refsect1>
    847798
     
    851802        <citerefentry><refentrytitle>samba</refentrytitle>
    852803        <manvolnum>7</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbpasswd</refentrytitle>
    853         <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>swat</refentrytitle>
    854804        <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbd</refentrytitle>
    855805        <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>nmbd</refentrytitle>
     806        <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>winbindd</refentrytitle>
     807        <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>samba</refentrytitle>
     808        <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>samba-tool</refentrytitle>
    856809        <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbclient</refentrytitle>
    857810        <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>nmblookup</refentrytitle>
    858811        <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testparm</refentrytitle>
    859         <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testprns</refentrytitle>
    860812        <manvolnum>1</manvolnum></citerefentry>.</para>
    861813</refsect1>
Note: See TracChangeset for help on using the changeset viewer.