mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
e01ef8a9bd
vlp can be called by print_run_command as root with euids set appropriately, vlp should use this to track the job owner.
Virtual line printer test program (vlp) ======================================= This can be useful for testing/debugging Samba print code. It gives you a virtual full-function printer. Setup Set up Samba to use vlp. In your smb.conf file under [global], add the following option: printing = vlp and then add any number of print shares, without needing to make them really exist. [testprinter] printable = yes is all you need for the most basic virtual printer.