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/smbdotconf/base
Files:
2 added
1 deleted
15 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/smbdotconf/base/bindinterfacesonly.xml

    r414 r988  
    11<samba:parameter name="bind interfaces only"
    2                                 type="boolean"
     2                 type="boolean"
    33                 context="G"
    4                  advanced="1" wizard="1" developer="1"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
     
    3837        If <smbconfoption name="bind interfaces only"/> is set and the network address
    3938         <emphasis>127.0.0.1</emphasis> is not added to the <smbconfoption name="interfaces"/> parameter list
    40          <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> and
    41          <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> may not work as
    42         expected due to the reasons covered below.
     39         <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> may not
     40         work as expected due to the reasons covered below.
    4341        </para>
    4442
     
    5553        </para>
    5654
    57         <para>
    58         The <command moreinfo="none">swat</command> status page tries to connect with <command
    59         moreinfo="none">smbd</command> and <command moreinfo="none">nmbd</command> at the address
    60         <emphasis>127.0.0.1</emphasis> to determine if they are running.  Not adding <emphasis>127.0.0.1</emphasis>
    61         will cause <command moreinfo="none"> smbd</command> and <command moreinfo="none">nmbd</command> to always show
    62         &quot;not running&quot; even if they really are.  This can prevent <command moreinfo="none"> swat</command>
    63         from starting/stopping/restarting <command moreinfo="none">smbd</command> and <command
    64         moreinfo="none">nmbd</command>.
    65         </para>
    66 
    6755</description>
    6856<value type="default">no</value>
  • vendor/current/docs-xml/smbdotconf/base/comment.xml

    r414 r988  
    11<samba:parameter name="comment"
    22                 context="S"
    3                                  type="string"
    4                  basic="1" advanced="1" share="1" print="1" developer="1"
     3                 type="string"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/base/configbackend.xml

    r414 r988  
    11<samba:parameter name="config backend"
    22                 context="G"
    3                                 type="enum"
    4                  advanced="1" developer="1"
     3                type="enum"
     4                 enumlist="enum_config_backend"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
  • vendor/current/docs-xml/smbdotconf/base/doscharset.xml

    r414 r988  
    11<samba:parameter name="dos charset"
    2                                 type="string"
     2                type="string"
    33                 context="G"
    4                  advanced="1" developer="1"
    5                                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
     4                 constant="1"
     5                 handler="handle_dos_charset"
     6                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    67<description>
    78        <para>DOS SMB clients assume the server has
  • vendor/current/docs-xml/smbdotconf/base/enablecorefiles.xml

    r414 r988  
    11<samba:parameter name="enable core files"
    22                 context="G"
    3                  basic="1" advanced="1" developer="1"
     3                 type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55
  • vendor/current/docs-xml/smbdotconf/base/interfaces.xml

    r414 r988  
    11<samba:parameter name="interfaces"
    22                 context="G"
    3                                  type="list"
    4                  basic="1" advanced="1" wizard="1" developer="1"
     3                 type="cmdlist"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
     
    4039        except the loopback adaptor (IP address 127.0.0.1).
    4140        </para>
    42        
     41
     42        <para>
     43        In order to support SMB3 multi-channel configurations, smbd understands
     44        some extra data that can be appended after the actual interface with
     45        this extended syntax:
     46        </para>
     47
     48        <para>
     49        interface[;key1=value1[,key2=value2[...]]]
     50        </para>
     51
     52        <para>
     53        Known keys are speed, capability, and if_index. Speed is specified in
     54        bits per second. Known capabilities are RSS and RDMA. The
     55        if_index should be used with care: the values must not coincide with
     56        indexes used by the kernel.
     57        Note that these options are mainly intended for testing and
     58        development rather than for production use. At least on Linux systems,
     59        these values should be auto-detected, but the settings can serve
     60        as last a resort when autodetection is not working or is not available.
     61        </para>
     62
    4363        <para>
    4464        The example below configures three network interfaces corresponding
  • vendor/current/docs-xml/smbdotconf/base/multicastdnsregister.xml

    r740 r988  
    11<samba:parameter name="multicast dns register"
    2                                 type="boolean"
     2                 type="boolean"
    33                 context="G"
    4                  advanced="1"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/base/netbiosaliases.xml

    r414 r988  
    11<samba:parameter name="netbios aliases"
    22                 context="G"
    3                                  type="list"
    4                  advanced="1" wizard="1" developer="1"
     3                 type="cmdlist"
     4                 handler="handle_netbios_aliases"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66 <description>
  • vendor/current/docs-xml/smbdotconf/base/netbiosname.xml

    r414 r988  
    11<samba:parameter name="netbios name"
    22                 context="G"
    3                  basic="1" advanced="1" wizard="1" developer="1"
     3                 type="ustring"
     4                 constant="1"
    45                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    56<description>
     
    1011                </para>
    1112
     13                <para>Note that the maximum length for a NetBIOS name is 15 charactars.</para>
     14
    1215                <para>
    13                 There is a bug in Samba-3 that breaks operation of browsing and access to shares if the netbios name
    14                 is set to the literal name <literal>PIPE</literal>. To avoid this problem, do not name your Samba-3
     16                There is a bug in Samba that breaks operation of browsing and access to shares if the netbios name
     17                is set to the literal name <literal>PIPE</literal>. To avoid this problem, do not name your Samba
    1518                server <literal>PIPE</literal>.
    1619                </para>
  • vendor/current/docs-xml/smbdotconf/base/netbiosscope.xml

    r414 r988  
    11<samba:parameter name="netbios scope"
    22                 context="G"
    3                                  type="string"
    4                  advanced="1" developer="1"
     3                 type="ustring"
     4                 constant="1"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
  • vendor/current/docs-xml/smbdotconf/base/path.xml

    r414 r988  
    11<samba:parameter name="path"
    22                 context="S"
    3                  basic="1" advanced="1" share="1" print="1" developer="1"
     3                 type="string"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<synonym>directory</synonym>
  • vendor/current/docs-xml/smbdotconf/base/realm.xml

    r414 r988  
    11<samba:parameter name="realm"
    22                 context="G"
    3                                  type="string"
    4                  basic="1" advanced="1" wizard="1" developer="1"
     3                 type="string"
     4                 constant="1"
     5                 handler="handle_realm"
    56                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    67<description>
  • vendor/current/docs-xml/smbdotconf/base/serverstring.xml

    r414 r988  
    11<samba:parameter name="server string"
    22                 context="G"
    3                  basic="1" advanced="1" developer="1"
     3                 type="string"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
  • vendor/current/docs-xml/smbdotconf/base/unixcharset.xml

    r414 r988  
    11<samba:parameter name="unix charset"
    2         context="G"
    3         type="string"
    4                  advanced="1" developer="1"
     2                 context="G"
     3                 type="string"
     4                 constant="1"
     5                 handler="handle_charset"
    56                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    67<description>
     
    1516</description>
    1617
    17 <value type="default">UTF8</value>
     18<value type="default">UTF-8</value>
    1819<value type="example">ASCII</value>
    1920</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/base/workgroup.xml

    r414 r988  
    11<samba:parameter name="workgroup"
    22                 context="G"
    3                                  type="string"
    4                  basic="1" advanced="1" wizard="1" developer="1"
     3                 type="ustring"
     4                 constant="1"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
Note: See TracChangeset for help on using the changeset viewer.