mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e
)
16 lines
583 B
XML
16 lines
583 B
XML
<samba:parameter name="browse list"
|
|
context="G"
|
|
type="boolean"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>This controls whether <citerefentry><refentrytitle>smbd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> will serve a browse list to
|
|
a client doing a <command moreinfo="none">NetServerEnum</command> call. Normally
|
|
set to <constant>yes</constant>. You should never need to change
|
|
this.</para>
|
|
|
|
</description>
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|