diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-12-12 14:30:01 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-12-12 14:33:17 +0100 |
commit | 19beef0dd9354296ae79d32077c58fbacf570c85 (patch) | |
tree | 4486192e64d2ab01e3b42ec99fb2624c14c381d0 /docs-xml/smbdotconf/misc | |
parent | 9069c849074bc13dda505d461be97dd6357637aa (diff) | |
download | samba-19beef0dd9354296ae79d32077c58fbacf570c85.tar.gz samba-19beef0dd9354296ae79d32077c58fbacf570c85.tar.bz2 samba-19beef0dd9354296ae79d32077c58fbacf570c85.zip |
docs: Add hint that "socket address" usually don't need to be set.
This fixes bug #5950.
Thanks to the Debian Samba package maintainers for reporting!
Karolin
Diffstat (limited to 'docs-xml/smbdotconf/misc')
-rw-r--r-- | docs-xml/smbdotconf/misc/socketaddress.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs-xml/smbdotconf/misc/socketaddress.xml b/docs-xml/smbdotconf/misc/socketaddress.xml index 7566380e70..17018efd40 100644 --- a/docs-xml/smbdotconf/misc/socketaddress.xml +++ b/docs-xml/smbdotconf/misc/socketaddress.xml @@ -4,12 +4,14 @@ developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> - <para>This option allows you to control what - address Samba will listen for connections on. This is used to - support multiple virtual interfaces on the one server, each + <para>This option allows you to control what + address Samba will listen for connections on. This is used to + support multiple virtual interfaces on the one server, each with a different configuration.</para> - - <para>By default Samba will accept connections on any + <para>Setting this option should never be necessary on usual Samba + servers running only one nmbd.</para> + + <para>By default Samba will accept connections on any address.</para> </description> |