diff options
Diffstat (limited to 'docs/smbdotconf/base')
-rw-r--r-- | docs/smbdotconf/base/bindinterfacesonly.xml | 15 | ||||
-rw-r--r-- | docs/smbdotconf/base/comment.xml | 3 | ||||
-rw-r--r-- | docs/smbdotconf/base/displaycharset.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/base/path.xml | 4 | ||||
-rw-r--r-- | docs/smbdotconf/base/workgroup.xml | 2 |
5 files changed, 12 insertions, 14 deletions
diff --git a/docs/smbdotconf/base/bindinterfacesonly.xml b/docs/smbdotconf/base/bindinterfacesonly.xml index 67bb2302e7..0fd302ceaa 100644 --- a/docs/smbdotconf/base/bindinterfacesonly.xml +++ b/docs/smbdotconf/base/bindinterfacesonly.xml @@ -16,15 +16,14 @@ binds to the "all addresses" interface (0.0.0.0) on ports 137 and 138 for the purposes of reading broadcast messages. If this option is not set then <command moreinfo="none">nmbd</command> will service - name requests on all of these sockets. If <parameter moreinfo="none">bind interfaces - only</parameter> is set then <command moreinfo="none">nmbd</command> will check the + name requests on all of these sockets. If <smbconfoption name="bind interfaces only"/> is set then <command moreinfo="none">nmbd</command> will check the source address of any packets coming in on the broadcast sockets and discard any that don't match the broadcast addresses of the - interfaces in the <parameter moreinfo="none">interfaces</parameter> parameter list. + interfaces in the <smbconfoption name="interfaces"/> parameter list. As unicast packets are received on the other sockets it allows <command moreinfo="none">nmbd</command> to refuse to serve names to machines that send packets that arrive through any interfaces not listed in the - <parameter moreinfo="none">interfaces</parameter> list. IP Source address spoofing + <smbconfoption name="interfaces"/> list. IP Source address spoofing does defeat this simple check, however, so it must not be used seriously as a security feature for <command moreinfo="none">nmbd</command>.</para> @@ -36,9 +35,9 @@ for machines that are serving PPP or other intermittent or non-broadcast network interfaces as it will not cope with non-permanent interfaces.</para> - <para>If <parameter moreinfo="none">bind interfaces only</parameter> is set then +<para>If <smbconfoption name="bind interfaces only"/> is set then unless the network address <emphasis>127.0.0.1</emphasis> is added - to the <parameter moreinfo="none">interfaces</parameter> parameter + to the <smbconfoption name="interfaces"/> parameter list <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> and <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> may not work as expected due @@ -47,9 +46,9 @@ <para>To change a users SMB password, the <command moreinfo="none">smbpasswd</command> by default connects to the <emphasis>localhost - 127.0.0.1</emphasis> address as an SMB client to issue the password change request. If - <parameter moreinfo="none">bind interfaces only</parameter> is set then unless the + <smbconfoption name="bind interfaces only"/> is set then unless the network address <emphasis>127.0.0.1</emphasis> is added to the - <parameter moreinfo="none">interfaces</parameter> parameter list then <command moreinfo="none"> + <smbconfoption name="interfaces"/> parameter list then <command moreinfo="none"> smbpasswd</command> will fail to connect in it's default mode. <command moreinfo="none">smbpasswd</command> can be forced to use the primary IP interface of the local host by using its <citerefentry><refentrytitle>smbpasswd</refentrytitle> diff --git a/docs/smbdotconf/base/comment.xml b/docs/smbdotconf/base/comment.xml index 46d3d0a6a7..ce3b574ddf 100644 --- a/docs/smbdotconf/base/comment.xml +++ b/docs/smbdotconf/base/comment.xml @@ -10,8 +10,7 @@ are available.</para> <para>If you want to set the string that is displayed next to the - machine name then see the <link linkend="SERVERSTRING"><parameter moreinfo="none"> - server string</parameter></link> parameter.</para> + machine name then see the <smbconfoption name="server string"/> parameter.</para> </description> <value type="default"><comment>No comment</comment></value> diff --git a/docs/smbdotconf/base/displaycharset.xml b/docs/smbdotconf/base/displaycharset.xml index 8439f9d130..ca25efee36 100644 --- a/docs/smbdotconf/base/displaycharset.xml +++ b/docs/smbdotconf/base/displaycharset.xml @@ -6,7 +6,7 @@ <description> <para>Specifies the charset that samba will use to print messages to stdout and stderr and SWAT will use. - Should generally be the same as the <command moreinfo="none">unix charset</command>. + Should generally be the same as the <smbconfoption name="unix charset"/>. </para> </description> diff --git a/docs/smbdotconf/base/path.xml b/docs/smbdotconf/base/path.xml index 099a72d451..7828e62441 100644 --- a/docs/smbdotconf/base/path.xml +++ b/docs/smbdotconf/base/path.xml @@ -22,8 +22,8 @@ connecting from. These replacements are very useful for setting up pseudo home directories for users.</para> - <para>Note that this path will be based on <link linkend="ROOTDIR"> - <parameter moreinfo="none">root dir</parameter></link> if one was specified.</para> +<para>Note that this path will be based on <smbconfoption name="root dir"/> + if one was specified.</para> </description> <value type="default"></value> diff --git a/docs/smbdotconf/base/workgroup.xml b/docs/smbdotconf/base/workgroup.xml index c698394240..d62c3d5e12 100644 --- a/docs/smbdotconf/base/workgroup.xml +++ b/docs/smbdotconf/base/workgroup.xml @@ -7,7 +7,7 @@ <para>This controls what workgroup your server will appear to be in when queried by clients. Note that this parameter also controls the Domain name used with - the <link linkend="SECURITYEQUALSDOMAIN"><command moreinfo="none">security = domain</command></link> + the <smbconfoption name="security">domain</smbconfoption> setting.</para> </description> <value type="default">WORKGROUP</value> |