CVE-2016-2115: docs-xml: add "client ipc signing" option
[samba.git] / docs-xml / smbdotconf / security / accessbasedshareenum.xml
1 <samba:parameter name="access based share enum"
2                  type="boolean"
3                  context="S"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5  <description>
6      <para>If this parameter is <constant>yes</constant> for a
7     service, then the share hosted by the service will only be visible
8     to users who have read or write access to the share during share
9     enumeration (for example net view \\sambaserver). The share ACLs
10     which allow or deny the access to the share can be modified using
11     for example the <command moreinfo="none">sharesec</command> command
12     or using the appropriate Windows tools. This has
13     parallels to access based enumeration, the main difference being
14     that only share permissions are evaluated, and security
15     descriptors on files contained on the share are not used in
16     computing enumeration access rights.</para>
17  </description>
18  <value type="default">no</value>
19 </samba:parameter>