mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
0f8d5b210a
Fixed some wrong context marks (most of "hide ..." parameters are per-share)
13 lines
438 B
XML
13 lines
438 B
XML
<samba:parameter name="hide unwriteable files"
|
|
context="S"
|
|
xmlns:samba="http://samba.org/common">
|
|
<listitem>
|
|
<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>
|
|
|
|
<para>Default: <command moreinfo="none">hide unwriteable = no</command></para>
|
|
</listitem>
|
|
</samba:parameter>
|