s3:printing: Do not clear the printer-list.tdb
authorAndreas Schneider <asn@samba.org>
Wed, 22 Jun 2022 16:56:26 +0000 (18:56 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jun 2022 22:08:39 +0000 (22:08 +0000)
commit9080cd30d517cb50954e440bb4475c2eeb678906
tree0589e253aaab8a166225fdf8c79d179904379b3f
parent5903657bd9bd3b4f96b3ddf4748846465b617edf
s3:printing: Do not clear the printer-list.tdb

With the new dcerpc architecture we need to keep printer-list.tdb
around. A spoolss dcerpc call will start rpc-spoolssd which will then
start the background queue process. However in order to enum the
printers we need have a printer-list.tdb. Depending on the number of
printers this task can take several seconds. It is unlinkly that
the printer-list will change all the time, so we might provide outdated
data till it gets refreshed, but this is better than providing no
printer list at all.

If there are a lot of printers, the idle_seconds for the rpc-spoolssd
should be increased so that the background task can finish.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15082

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Jun 30 22:08:39 UTC 2022 on sn-devel-184
source3/printing/printer_list.c
source3/printing/printer_list.h
source3/printing/printing.c