Displaying 1 result from an estimated 1 matches for "smbprintlog".
Did you mean:
smbprinting
2003 Nov 09
3
logging print jobs
...samba.org binary
download.
I have been given the task of logging everything which is printed on my
samba server. I thought I would test this out on a pdf printer I'm using
with samba. I enter the following line for the print command.
%u has printed %s from %m to %p at %T >> /tmp/smbprintlog &&
/usr/bin/printpdf %s
The result is similar to the following.
joe has printed smbprn.004603.Zqq9tZ from wilmsn44 to pdftech at
2003/11/09 12:26:03
The resulting log entry is very good with the exception of %s which gives
the spool file name and not the name of the actual file. Is t...