]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/samba/samba-3.6.99-fix_smb_conf_doc.patch
Merge branch 'core110'
[people/pmueller/ipfire-2.x.git] / src / patches / samba / samba-3.6.99-fix_smb_conf_doc.patch
1 From cea644fd24dbbf2e2359fd7b6d361a698660d5eb Mon Sep 17 00:00:00 2001
2 From: Andreas Schneider <asn@samba.org>
3 Date: Mon, 2 Mar 2015 11:55:01 +0100
4 Subject: [PATCH] PATCHSET20: doc-xml: Add 'sharesec' reference to 'access
5 based share enum'
6
7 BUG: https://bugzilla.samba.org/show_bug.cgi?id=11127
8
9 Signed-off-by: Andreas Schneider <asn@samba.org>
10 Reviewed-by: Michael Adam <obnox@samba.org>
11
12 Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
13 Autobuild-Date(master): Mon Mar 2 14:33:33 CET 2015 on sn-devel-104
14
15 (cherry picked from commit e2ed224653985afa13e906e2a5f3656a18d622c0)
16 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
17 ---
18 docs-xml/smbdotconf/security/accessbasedshareenum.xml | 5 ++++-
19 1 file changed, 4 insertions(+), 1 deletion(-)
20
21 Index: samba-3.6.23/docs-xml/smbdotconf/security/accessbasedshareenum.xml
22 ===================================================================
23 --- samba-3.6.23.orig/docs-xml/smbdotconf/security/accessbasedshareenum.xml
24 +++ samba-3.6.23/docs-xml/smbdotconf/security/accessbasedshareenum.xml
25 @@ -7,7 +7,10 @@
26 <para>If this parameter is <constant>yes</constant> for a
27 service, then the share hosted by the service will only be visible
28 to users who have read or write access to the share during share
29 - enumeration (for example net view \\sambaserver). This has
30 + enumeration (for example net view \\sambaserver). The share ACLs
31 + which allow or deny the access to the share can be modified using
32 + for example the <command moreinfo="none">sharesec</command> command
33 + or using the appropriate Windows tools. This has
34 parallels to access based enumeration, the main difference being
35 that only share permissions are evaluated, and security
36 descriptors on files contained on the share are not used in
37 Index: samba-3.6.23/docs/manpages/smb.conf.5
38 ===================================================================
39 --- samba-3.6.23.orig/docs/manpages/smb.conf.5
40 +++ samba-3.6.23/docs/manpages/smb.conf.5
41 @@ -784,7 +784,9 @@ access based share enum (S)
42 .RS 4
43 If this parameter is
44 \fByes\fR
45 -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 \e\esambaserver)\&. 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\&.
46 +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 \e\esambaserver)\&. The share ACLs which allow or deny the access to the share can be modified using for example the
47 +sharesec
48 +command or using the appropriate Windows tools\&. 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\&.
49 .sp
50 Default:
51 \fI\fIaccess based share enum\fR\fR\fI = \fR\fIno\fR\fI \fR