summaryrefslogtreecommitdiff
path: root/docs/docbook/faq/config.sgml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-21 16:16:50 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-21 16:16:50 +0000
commitee399b147b37048ca21e715e41e069032ee0688f (patch)
treea3873501d58b77919f7ad5d859a07a25f3c5633e /docs/docbook/faq/config.sgml
parentc0ac957fc2f177f3349b8b763fbd54ade14da56c (diff)
downloadsamba-ee399b147b37048ca21e715e41e069032ee0688f.tar.gz
samba-ee399b147b37048ca21e715e41e069032ee0688f.tar.bz2
samba-ee399b147b37048ca21e715e41e069032ee0688f.zip
Add question about scope id's
(This used to be commit 2c258e5951aa35fc85b92cbf6d0b7ae1cbe8feb4)
Diffstat (limited to 'docs/docbook/faq/config.sgml')
-rw-r--r--docs/docbook/faq/config.sgml12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/docbook/faq/config.sgml b/docs/docbook/faq/config.sgml
index db27102cdf..2c17c86c4e 100644
--- a/docs/docbook/faq/config.sgml
+++ b/docs/docbook/faq/config.sgml
@@ -22,4 +22,16 @@ add users to this database using "smbpasswd -a user-name".
See also the "User database" chapter of the samba HOWTO Collection.
</para>
</sect1>
+
+<sect1>
+<title>How can I make samba use netbios scope ID's</title>
+
+<para>By default Samba uses a blank scope ID. This means
+all your windows boxes must also have a blank scope ID.
+If you really want to use a non-blank scope ID then you will
+need to use the 'netbios scope' smb.conf option.
+All your PCs will need to have the same setting for
+this to work. Scope ID's are not recommended.</para>
+</sect1>
+
</chapter>