applied a patch from Norm Jacobs to allow "printcap name = lpstat"
authorAndrew Tridgell <tridge@samba.org>
Wed, 3 Dec 1997 05:08:07 +0000 (05:08 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 3 Dec 1997 05:08:07 +0000 (05:08 +0000)
commit6a83de0ae954bb18d3f15382f2b0b3259fedff09
treeb8631057724bc01baf26f7bb92fe80f35ed70f1d
parentaf57bc05fe0f248aaef329358c583abcffe1657c
applied a patch from Norm Jacobs to allow "printcap name = lpstat"
to use lpstat to obtain the printer list on systemV systems.

I've now made this the default on all SYSV systems.

Jeremy, you were a little worried about the security of this patch. I
believe it's OK as the user has no control over the options given to
popen() and the pipe is only open for reading.
docs/manpages/smb.conf.5
examples/smb.conf.default
source/include/local.h
source/param/loadparm.c
source/printing/pcap.c
source/printing/print_svid.c [new file with mode: 0644]