printing: Add new parameter "cups timeout".
commit099a70d79797282abbddcc0fb7e1377ceaa2a29a
authorKarolin Seeger <kseeger@samba.org>
Tue, 23 Sep 2008 23:54:05 +0000 (23 16:54 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Sep 2008 12:07:15 +0000 (29 14:07 +0200)
tree69de29a2e5891108462f9f19504e710d099c8f11
parentcb2360315e0f40f45b37b7030b42e836afe26ccd
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
(cherry picked from commit 263cacf1f2dd4003862184ea3a2716ace0dbb086)
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