summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/printing/cupsconnectiontimeout.xml
blob: bcb6985c0307e29ec174c324dc25fa176f2a48ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<samba:parameter name="cups connection timeout"
                 context="G"
		 type="integer"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
    <para>
    This parameter is only applicable if <smbconfoption name="printing"/> is set to <constant>cups</constant>.
    </para>

   <para>
   If set, this option specifies the number of seconds that smbd will wait
   whilst trying to contact to the CUPS server. The connection will fail
   if it takes longer than this number of seconds.
   </para>
</description>

<value type="default">30</value>
<value type="example">60</value>
</samba:parameter>