| Line | |
|---|
| 1 | Virtual line printer test program (vlp)
|
|---|
| 2 | =======================================
|
|---|
| 3 |
|
|---|
| 4 | This can be useful for testing/debugging Samba print code. It gives you a
|
|---|
| 5 | virtual full-function printer.
|
|---|
| 6 |
|
|---|
| 7 | Setup
|
|---|
| 8 |
|
|---|
| 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.
|
|---|
| 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.