• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/printing/tests/
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