diff options
author | Günther Deschner <gd@samba.org> | 2013-09-17 12:47:58 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2013-09-17 16:20:16 +0200 |
commit | 0099c652e7b3d34e720e8af40d7f75d868cf0701 (patch) | |
tree | 3db63973d76eb23fab5c42766476f033ff9b5ccc /docs-xml/smbdotconf/security/validusers.xml | |
parent | 1c41feb7893ae4a4f42c035f3c83f8b2950b7816 (diff) | |
download | samba-0099c652e7b3d34e720e8af40d7f75d868cf0701.tar.gz samba-0099c652e7b3d34e720e8af40d7f75d868cf0701.tar.bz2 samba-0099c652e7b3d34e720e8af40d7f75d868cf0701.zip |
docs: point out side-effects of global "valid users" setting.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Tue Sep 17 16:20:16 CEST 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf/security/validusers.xml')
-rw-r--r-- | docs-xml/smbdotconf/security/validusers.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/validusers.xml b/docs-xml/smbdotconf/security/validusers.xml index 313739d7c1..ec3e11e6d3 100644 --- a/docs-xml/smbdotconf/security/validusers.xml +++ b/docs-xml/smbdotconf/security/validusers.xml @@ -19,6 +19,16 @@ The current servicename is substituted for <parameter moreinfo="none">%S</parameter>. This is useful in the [homes] section. </para> + + <para><emphasis>Note: </emphasis>When used in the [global] section this + parameter may have unwanted side effects. For example: If samba is configured as a MASTER BROWSER (see + <parameter moreinfo="none">local master</parameter>, + <parameter moreinfo="none">os level</parameter>, + <parameter moreinfo="none">domain master</parameter>, + <parameter moreinfo="none">preferred master</parameter>) this option + will prevent workstations from being able to browse the network. + </para> + </description> <related>invalid users</related> |