diff options
author | David Disseldorp <ddiss@samba.org> | 2013-10-14 13:53:22 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2013-10-14 18:49:41 +0200 |
commit | 477e53a8cb5eda594cfe1cccb9890a4fcd586ff1 (patch) | |
tree | b9ba2af788ae4952617f4ac93d87187133252833 /docs-xml/smbdotconf | |
parent | fec84112f3f7bdca9088ed7cabfe827bb21b0118 (diff) | |
download | samba-477e53a8cb5eda594cfe1cccb9890a4fcd586ff1.tar.gz samba-477e53a8cb5eda594cfe1cccb9890a4fcd586ff1.tar.bz2 samba-477e53a8cb5eda594cfe1cccb9890a4fcd586ff1.zip |
param: disable print notify backchannel by default
In handling RemoteFindFirstPrinterChangeNotifyEx requests, the spoolss
server can establish a "backchannel" connection to the print client, as
a mechanism for sending print notifications. This behaviour is governed
by the "print notify backchannel" smb.conf parameter.
This change sets "print notify backchannel" to "no" by default, which
sees Samba respond to RemoteFindFirstPrinterChangeNotifyEx requests with
WERR_SERVER_UNAVAILABLE. In recieving such a response, print clients can
fall back to polling for print queue changes.
Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Mon Oct 14 18:49:41 CEST 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/printing/printnotifybackchannel.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs-xml/smbdotconf/printing/printnotifybackchannel.xml b/docs-xml/smbdotconf/printing/printnotifybackchannel.xml index 4046322dd7..ce6a595fc9 100644 --- a/docs-xml/smbdotconf/printing/printnotifybackchannel.xml +++ b/docs-xml/smbdotconf/printing/printnotifybackchannel.xml @@ -8,12 +8,10 @@ the server to open a backchannel SMB connection to them. Due to client firewall settings this can cause considerable timeouts and will often fail, as there is no guarantee the client is even - running an SMB server. By setting this parameter to <constant>no</constant> - the Samba print server will not try to connect back to clients - and treat corresponding requests as if the connection back to - the client failed. The default setting of <constant>yes</constant> - causes smbd to attempt this connection. + running an SMB server. By default, the Samba print server will + not try to connect back to clients, and will treat corresponding + requests as if the connection back to the client failed. </para> </description> -<value type="default">yes</value> +<value type="default">no</value> </samba:parameter> |