source: vendor/current/docs-xml/smbdotconf/browse/enhancedbrowsing.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 1.2 KB
Line 
1<samba:parameter name="enhanced browsing"
2 context="G"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>This option enables a couple of enhancements to
7 cross-subnet browse propagation that have been added in Samba
8 but which are not standard in Microsoft implementations.
9 </para>
10
11 <para>The first enhancement to browse propagation consists of a regular
12 wildcard query to a Samba WINS server for all Domain Master Browsers,
13 followed by a browse synchronization with each of the returned
14 DMBs. The second enhancement consists of a regular randomised browse
15 synchronization with all currently known DMBs.</para>
16
17 <para>You may wish to disable this option if you have a problem with empty
18 workgroups not disappearing from browse lists. Due to the restrictions
19 of the browse protocols, these enhancements can cause a empty workgroup
20 to stay around forever which can be annoying.</para>
21
22 <para>In general you should leave this option enabled as it makes
23 cross-subnet browse propagation much more reliable.</para>
24
25</description>
26<value type="default">yes</value>
27</samba:parameter>
Note: See TracBrowser for help on using the repository browser.