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
)
13 lines
364 B
XML
13 lines
364 B
XML
<samba:parameter name="hide special files"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>This parameter prevents clients from seeing
|
|
special files such as sockets, devices and fifo's in directory
|
|
listings.
|
|
</para>
|
|
</description>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|