mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
13 lines
415 B
XML
13 lines
415 B
XML
<samba:parameter name="hide unwriteable files"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>This parameter prevents clients from seeing
|
|
the existance of files that cannot be written to. Defaults to off.
|
|
Note that unwriteable directories are shown as usual.
|
|
</para>
|
|
</description>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|