source: trunk/server/source3/printing/tests/README.vlp

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 483 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.