source: branches/samba-3.5.x/docs-xml/smbdotconf/security/accessbasedshareenum.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 800 bytes
Line 
1<samba:parameter name="access based share enum"
2 type="boolean"
3 context="S"
4 basic="1" advanced="1" developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7 <para>If this parameter is <constant>yes</constant> for a
8 service, then the share hosted by the service will only be visible
9 to users who have read or write access to the share during share
10 enumeration (for example net view \\sambaserver). This has
11 parallels to access based enumeration, the main difference being
12 that only share permissions are evaluated, and security
13 descriptors on files contained on the share are not used in
14 computing enumeration access rights.</para>
15 </description>
16 <value type="default">no</value>
17</samba:parameter>
Note: See TracBrowser for help on using the repository browser.