printing: Add new parameter "cups timeout".
authorKarolin Seeger <kseeger@samba.org>
Tue, 23 Sep 2008 23:54:05 +0000 (16:54 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 23 Sep 2008 23:57:58 +0000 (16:57 -0700)
commit765e5d2282959770ea9648e0f2b72e51e5b4cdd8
treebf59bcd16948792db4fad6e8fad5be03f13fd286
parent61a45c85dec8e65ba9782c3ec4af0e9a42895eb3
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]
source3/include/printing.h
source3/include/proto.h
source3/param/loadparm.c
source3/printing/print_cups.c