1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-01 05:47:28 +03:00
2008-10-19 15:03:22 +02:00

20 lines
483 B
Plaintext

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.