summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-03-21 04:14:02 +0000
committerAndrew Tridgell <tridge@samba.org>2001-03-21 04:14:02 +0000
commit20c03f12f788567f5949bb42c722965527f291f9 (patch)
treecce9e0ddd78ad133a21a97683d63226915f8fa35
parent978980050e599d3830d0474bc9a8003bfe227719 (diff)
downloadsamba-20c03f12f788567f5949bb42c722965527f291f9.tar.gz
samba-20c03f12f788567f5949bb42c722965527f291f9.tar.xz
samba-20c03f12f788567f5949bb42c722965527f291f9.zip
added "enhanced browsing" option docs
-rw-r--r--docs/yodldocs/smb.conf.5.yo24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo
index 6bd701147b7..70603d15ce8 100644
--- a/docs/yodldocs/smb.conf.5.yo
+++ b/docs/yodldocs/smb.conf.5.yo
@@ -542,6 +542,8 @@ it() link(bf(domain master))(domainmaster)
it() link(bf(encrypt passwords))(encryptpasswords)
+it() link(bf(enhanced browsing))(enhancedbrowsing)
+
it() link(bf(getwd cache))(getwdcache)
it() link(bf(hide local users))(hidelocalusers)
@@ -2179,6 +2181,28 @@ link(bf("server"))(securityequalserver) or
link(bf("domain"))(securityequaldomain) which causes
url(bf(smbd))(smbd.8.html) to authenticate against another server.
+label(enhancedbrowsing)
+dit(bf(enhanced browsing (G)))
+
+This option enables a couple of enhancements to cross-subnet browse
+propogation that have been added in Samba but which are not standard
+in Microsoft implementations. Enhanced browsing is enabled by
+default, and can be diabled using "enhanced browsing = No".
+
+The first enhancement to browse propogation consists of a regular
+wildcard query to a Samba WINS server for all Domain Master Browsers,
+followed by a browse synchronisation with each of the returned
+DMBs. The second enhancement consists of a regular randomised browse
+synchronisation with all currently known DMBs.
+
+You may wish to disable this option if you have a problem with empty
+workgroups not disappearing from browse lists. Due to the restrictions
+of the browse protocols these enhancements can cause a empty workgroup
+to stay around forever which can be annoying.
+
+In general you should leave this option enabled as it makes
+cross-subnet browse propogation much more reliable.
+
label(exec)
dit(bf(exec (S)))