Changeset 988 for vendor/current/docs-xml/smbdotconf/base
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- 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 1 1 <samba:parameter name="bind interfaces only" 2 2 type="boolean" 3 3 context="G" 4 advanced="1" wizard="1" developer="1"5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> … … 38 37 If <smbconfoption name="bind interfaces only"/> is set and the network address 39 38 <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. 43 41 </para> 44 42 … … 55 53 </para> 56 54 57 <para>58 The <command moreinfo="none">swat</command> status page tries to connect with <command59 moreinfo="none">smbd</command> and <command moreinfo="none">nmbd</command> at the address60 <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 show62 "not running" even if they really are. This can prevent <command moreinfo="none"> swat</command>63 from starting/stopping/restarting <command moreinfo="none">smbd</command> and <command64 moreinfo="none">nmbd</command>.65 </para>66 67 55 </description> 68 56 <value type="default">no</value> -
vendor/current/docs-xml/smbdotconf/base/comment.xml
r414 r988 1 1 <samba:parameter name="comment" 2 2 context="S" 3 type="string" 4 basic="1" advanced="1" share="1" print="1" developer="1" 3 type="string" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/base/configbackend.xml
r414 r988 1 1 <samba:parameter name="config backend" 2 2 context="G" 3 4 advanced="1" developer="1"3 type="enum" 4 enumlist="enum_config_backend" 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description> -
vendor/current/docs-xml/smbdotconf/base/doscharset.xml
r414 r988 1 1 <samba:parameter name="dos charset" 2 2 type="string" 3 3 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"> 6 7 <description> 7 8 <para>DOS SMB clients assume the server has -
vendor/current/docs-xml/smbdotconf/base/enablecorefiles.xml
r414 r988 1 1 <samba:parameter name="enable core files" 2 2 context="G" 3 basic="1" advanced="1" developer="1"3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 -
vendor/current/docs-xml/smbdotconf/base/interfaces.xml
r414 r988 1 1 <samba:parameter name="interfaces" 2 2 context="G" 3 type="list" 4 basic="1" advanced="1" wizard="1" developer="1" 3 type="cmdlist" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> … … 40 39 except the loopback adaptor (IP address 127.0.0.1). 41 40 </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 43 63 <para> 44 64 The example below configures three network interfaces corresponding -
vendor/current/docs-xml/smbdotconf/base/multicastdnsregister.xml
r740 r988 1 1 <samba:parameter name="multicast dns register" 2 2 type="boolean" 3 3 context="G" 4 advanced="1"5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/base/netbiosaliases.xml
r414 r988 1 1 <samba:parameter name="netbios aliases" 2 2 context="G" 3 type="list"4 advanced="1" wizard="1" developer="1"3 type="cmdlist" 4 handler="handle_netbios_aliases" 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description> -
vendor/current/docs-xml/smbdotconf/base/netbiosname.xml
r414 r988 1 1 <samba:parameter name="netbios name" 2 2 context="G" 3 basic="1" advanced="1" wizard="1" developer="1" 3 type="ustring" 4 constant="1" 4 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 6 <description> … … 10 11 </para> 11 12 13 <para>Note that the maximum length for a NetBIOS name is 15 charactars.</para> 14 12 15 <para> 13 There is a bug in Samba -3that breaks operation of browsing and access to shares if the netbios name14 is set to the literal name <literal>PIPE</literal>. To avoid this problem, do not name your Samba -316 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 15 18 server <literal>PIPE</literal>. 16 19 </para> -
vendor/current/docs-xml/smbdotconf/base/netbiosscope.xml
r414 r988 1 1 <samba:parameter name="netbios scope" 2 2 context="G" 3 type="string"4 advanced="1" developer="1"3 type="ustring" 4 constant="1" 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description> -
vendor/current/docs-xml/smbdotconf/base/path.xml
r414 r988 1 1 <samba:parameter name="path" 2 2 context="S" 3 basic="1" advanced="1" share="1" print="1" developer="1"3 type="string" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <synonym>directory</synonym> -
vendor/current/docs-xml/smbdotconf/base/realm.xml
r414 r988 1 1 <samba:parameter name="realm" 2 2 context="G" 3 type="string" 4 basic="1" advanced="1" wizard="1" developer="1" 3 type="string" 4 constant="1" 5 handler="handle_realm" 5 6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 7 <description> -
vendor/current/docs-xml/smbdotconf/base/serverstring.xml
r414 r988 1 1 <samba:parameter name="server string" 2 2 context="G" 3 basic="1" advanced="1" developer="1"3 type="string" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> -
vendor/current/docs-xml/smbdotconf/base/unixcharset.xml
r414 r988 1 1 <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" 5 6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 7 <description> … … 15 16 </description> 16 17 17 <value type="default">UTF 8</value>18 <value type="default">UTF-8</value> 18 19 <value type="example">ASCII</value> 19 20 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/base/workgroup.xml
r414 r988 1 1 <samba:parameter name="workgroup" 2 2 context="G" 3 type="string"4 basic="1" advanced="1" wizard="1" developer="1"3 type="ustring" 4 constant="1" 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description>
Note:
See TracChangeset
for help on using the changeset viewer.