• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Apr-201616

README.vlpH A D13-Aug-2013483

vlp.cH A D13-Aug-20138.3 KiB

README.vlp

1Virtual line printer test program (vlp)
2=======================================
3
4This can be useful for testing/debugging Samba print code.  It gives you a 
5virtual full-function printer.
6
7Setup
8
9Set up Samba to use vlp.
10	In your smb.conf file under [global], add the following option:
11		printing = vlp
12	and then add any number of print shares, without needing to make them 
13	really exist.  
14
15		[testprinter]
16			printable = yes
17
18	is all you need for the most basic virtual printer.
19
20