mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
94665adb48
Jeremy, we cannot just access cache_path() here without calling lp_load and friends as well as parsing configfile from the commandline in order to make "make test/selftest" find the correct conffile with path, etc. I just changed it to pass the target tdbfilename as an argument, ok ? Guenther |
||
---|---|---|
.. | ||
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.