diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-09-23 16:54:05 -0700 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-09-23 16:57:58 -0700 |
commit | 765e5d2282959770ea9648e0f2b72e51e5b4cdd8 (patch) | |
tree | bf59bcd16948792db4fad6e8fad5be03f13fd286 /docs-xml | |
parent | 61a45c85dec8e65ba9782c3ec4af0e9a42895eb3 (diff) | |
download | samba-765e5d2282959770ea9648e0f2b72e51e5b4cdd8.tar.gz samba-765e5d2282959770ea9648e0f2b72e51e5b4cdd8.tar.xz samba-765e5d2282959770ea9648e0f2b72e51e5b4cdd8.zip |
printing: Add new parameter "cups timeout".
The default timeout for connections to CUPS servers is set
to 5 minutes in the CUPS libraries. The smbd hangs on startup
until the timeout is reached if the CUPS server is unreachable.
This parameter makes the timeout configurable. The default value
is set to 30 seconds.
Karolin
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/printing/cupstimeout.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/printing/cupstimeout.xml b/docs-xml/smbdotconf/printing/cupstimeout.xml new file mode 100644 index 00000000000..727ccce67b3 --- /dev/null +++ b/docs-xml/smbdotconf/printing/cupstimeout.xml @@ -0,0 +1,17 @@ +<samba:parameter name="cups timeout" + context="G" + type="integer" + print="1" + advanced="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + +<description> + <para> + This parameter determines the timeout for connections to a CUPS server + in seconds. + </para> +</description> + +<value type="default">30</value> +<value type="example">cups timeout = 10</value> +</samba:parameter> |