printing: Add new parameter "cups timeout".
commit263cacf1f2dd4003862184ea3a2716ace0dbb086
authorKarolin Seeger <kseeger@samba.org>
Tue, 23 Sep 2008 23:54:05 +0000 (23 16:54 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 24 Sep 2008 00:08:36 +0000 (23 17:08 -0700)
tree669bf0ad4ef28bdb4749b8d1fe3a7a42c1b4ee22
parentd5c490d79024ee41544512f7968999a6b3a313dc
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
docs-xml/smbdotconf/printing/cupstimeout.xml [new file with mode: 0644]
source/include/printing.h
source/include/proto.h
source/param/loadparm.c
source/printing/print_cups.c