summaryrefslogtreecommitdiff
path: root/source3/printing/tests/README.vlp
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-10-19 13:05:19 +0200
committerKai Blin <kai@samba.org>2008-10-19 15:03:22 +0200
commitc88cbbfdf323c24f7d8a68491bcb1e0354db41d4 (patch)
treedf9a02ae7f8e3f8d7ca5a5f022e8f3023547396a /source3/printing/tests/README.vlp
parent6ba693b5de0ecf53638468b56ce3b93d2e33c919 (diff)
downloadsamba-c88cbbfdf323c24f7d8a68491bcb1e0354db41d4.tar.gz
samba-c88cbbfdf323c24f7d8a68491bcb1e0354db41d4.tar.bz2
samba-c88cbbfdf323c24f7d8a68491bcb1e0354db41d4.zip
vlp: Move closer to the code tested.
Diffstat (limited to 'source3/printing/tests/README.vlp')
-rw-r--r--source3/printing/tests/README.vlp19
1 files changed, 19 insertions, 0 deletions
diff --git a/source3/printing/tests/README.vlp b/source3/printing/tests/README.vlp
new file mode 100644
index 0000000000..fc0b91ad69
--- /dev/null
+++ b/source3/printing/tests/README.vlp
@@ -0,0 +1,19 @@
+Virtual line printer test program (vlp)
+=======================================
+
+This can be useful for testing/debugging Samba print code. It gives you a
+virtual full-function printer.
+
+Setup
+
+Set up Samba to use vlp.
+ In your smb.conf file under [global], add the following option:
+ printing = vlp
+ and then add any number of print shares, without needing to make them
+ really exist.
+
+ [testprinter]
+ printable = yes
+
+ is all you need for the most basic virtual printer.
+