librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/gebeck_regimport.git] / source3 / printing / tests / README.vlp
blobfc0b91ad69fc231c192fc24ba51a1f26b24bf334
1 Virtual line printer test program (vlp)
2 =======================================
4 This can be useful for testing/debugging Samba print code.  It gives you a 
5 virtual full-function printer.
7 Setup
9 Set 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.  
15                 [testprinter]
16                         printable = yes
18         is all you need for the most basic virtual printer.