]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/samba/samba-3.6.19-valid_users_doc.patch
Merge branch 'core110'
[people/pmueller/ipfire-2.x.git] / src / patches / samba / samba-3.6.19-valid_users_doc.patch
1 From 3c7822bac97ce4646f1b2c8419d1dae773c02c1d Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= <gd@samba.org>
3 Date: Tue, 17 Sep 2013 12:47:58 +0200
4 Subject: [PATCH] docs: point out side-effects of global "valid users" setting.
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Guenther
10
11 Signed-off-by: Günther Deschner <gd@samba.org>
12 ---
13 docs-xml/smbdotconf/security/validusers.xml | 10 ++++++++++
14 1 file changed, 10 insertions(+)
15
16 Index: samba-3.6.22/docs-xml/smbdotconf/security/validusers.xml
17 ===================================================================
18 --- samba-3.6.22.orig/docs-xml/smbdotconf/security/validusers.xml
19 +++ samba-3.6.22/docs-xml/smbdotconf/security/validusers.xml
20 @@ -19,6 +19,16 @@
21 The current servicename is substituted for <parameter moreinfo="none">%S</parameter>.
22 This is useful in the [homes] section.
23 </para>
24 +
25 + <para><emphasis>Note: </emphasis>When used in the [global] section this
26 + parameter may have unwanted side effects. For example: If samba is configured as a MASTER BROWSER (see
27 + <parameter moreinfo="none">local master</parameter>,
28 + <parameter moreinfo="none">os level</parameter>,
29 + <parameter moreinfo="none">domain master</parameter>,
30 + <parameter moreinfo="none">preferred master</parameter>) this option
31 + will prevent workstations from being able to browse the network.
32 + </para>
33 +
34 </description>
35
36 <related>invalid users</related>
37 Index: samba-3.6.22/docs/manpages/smb.conf.5
38 ===================================================================
39 --- samba-3.6.22.orig/docs/manpages/smb.conf.5
40 +++ samba-3.6.22/docs/manpages/smb.conf.5
41 @@ -10311,6 +10311,12 @@ list then access is denied for that user
42 The current servicename is substituted for
43 \fI%S\fR\&. This is useful in the [homes] section\&.
44 .sp
45 +\fINote: \fRWhen used in the [global] section this parameter may have unwanted side effects\&. For example: If samba is configured as a MASTER BROWSER (see
46 +\fIlocal master\fR,
47 +\fIos level\fR,
48 +\fIdomain master\fR,
49 +\fIpreferred master\fR) this option will prevent workstations from being able to browse the network\&.
50 +.sp
51 Default:
52 \fI\fIvalid users\fR\fR\fI = \fR\fI # No valid users list (anyone can login) \fR\fI \fR
53 .sp