Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv
[ab/samba.git/.git] / docs-xml / smbdotconf / printing / cupsconnectiontimeout.xml
1 <samba:parameter name="cups connection timeout"
2                  context="G"
3                  type="integer"
4                  print="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>
8     This parameter is only applicable if <smbconfoption name="printing"/> is set to <constant>cups</constant>.
9     </para>
10
11    <para>
12    If set, this option specifies the number of seconds that smbd will wait
13    whilst trying to contact to the CUPS server. The connection will fail
14    if it takes longer than this number of seconds.
15    </para>
16 </description>
17
18 <value type="default">30</value>
19 <value type="example">60</value>
20 </samba:parameter>