diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-03-21 04:14:02 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-03-21 04:14:02 +0000 |
commit | de2fdda9206d550ba1b1fb89b9033fd76a4fff61 (patch) | |
tree | 2b189b2467a50bf5bb443c36eb9de3319baf9515 | |
parent | 0f2b15707ad0e41b786f0078f334b7782d63b8af (diff) | |
download | samba-de2fdda9206d550ba1b1fb89b9033fd76a4fff61.tar.gz samba-de2fdda9206d550ba1b1fb89b9033fd76a4fff61.tar.bz2 samba-de2fdda9206d550ba1b1fb89b9033fd76a4fff61.zip |
added "enhanced browsing" option docs
(This used to be commit 20c03f12f788567f5949bb42c722965527f291f9)
-rw-r--r-- | docs/yodldocs/smb.conf.5.yo | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo index 6bd701147b..70603d15ce 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))) |