mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
ca1936fbb2
This is a helper for the common case of opening a tdb with a logging function, but it doesn't do all the work, since TDB1 and TDB2's log functions are different types. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
README.vlp | ||
vlp.c |
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.