From 9985898e94e4aa4476c87ed34e0899a5f4117752 Mon Sep 17 00:00:00 2001 From: Todd Stecher Date: Thu, 4 Dec 2008 11:33:32 -0800 Subject: s3: Add support for access based share enumeration --- docs-xml/smbdotconf/security/accessbasedshareenum.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs-xml/smbdotconf/security/accessbasedshareenum.xml (limited to 'docs-xml/smbdotconf/security') diff --git a/docs-xml/smbdotconf/security/accessbasedshareenum.xml b/docs-xml/smbdotconf/security/accessbasedshareenum.xml new file mode 100644 index 0000000000..c2977c47ae --- /dev/null +++ b/docs-xml/smbdotconf/security/accessbasedshareenum.xml @@ -0,0 +1,18 @@ + + public + + If this parameter is yes for a + service, then the share hosted by the service will only be visible + to users who have read or write access to the share during share + enumeration (for example net view \\sambaserver). This has + parallels to access based enumeration, the main difference being + that only share permissions are evaluated, and security + descriptors on files contained on the share are not used in + computing enumeration access rights. + + no + -- cgit