1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-10 21:49:28 +03:00

Document "cups connection timeout".

Jeremy.
This commit is contained in:
Jeremy Allison
2008-10-03 14:05:33 -07:00
parent 23ec448f83
commit 4b9cc7d478

View File

@ -0,0 +1,20 @@
<samba:parameter name="cups connection timeout"
context="G"
type="integer"
print="1"
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>