Last change
on this file was 745, checked in by Silvan Scherrer, 13 years ago |
Samba Server: updated trunk to 3.6.0
|
File size:
841 bytes
|
Line | |
---|
1 | <samba:parameter name="print notify backchannel"
|
---|
2 | context="S"
|
---|
3 | print="1"
|
---|
4 | type="boolean"
|
---|
5 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
6 | <description>
|
---|
7 | <para>Windows print clients can update print queue status by expecting
|
---|
8 | the server to open a backchannel SMB connection to them. Due to
|
---|
9 | client firewall settings this can cause considerable timeouts
|
---|
10 | and will often fail, as there is no guarantee the client is even
|
---|
11 | running an SMB server. By setting this parameter to <constant>no</constant>
|
---|
12 | the Samba print server will not try to connect back to clients
|
---|
13 | and treat corresponding requests as if the connection back to
|
---|
14 | the client failed. The default setting of <constant>yes</constant>
|
---|
15 | causes smbd to attempt this connection.
|
---|
16 | </para>
|
---|
17 | </description>
|
---|
18 | <value type="default">yes</value>
|
---|
19 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.