how to show message to user denied to print
I am trying deny printer access to certain Windows(R)users. I setup the printer in CUPS to deny access to such user. When that user print, CUPS didn't queue the job because that user is denied. However, from the user point of view, he/she see no message and it seems to him/her that the job was printed.
I think all Samba do is to pass the job to CUPS, then CUPS denies the job and that's why for the user, the job was sent (but not queued).
I would like to ask how can I inform the user that his/her print job is not accepted? Is there something I need to configure in Samaba? Right now I have printer part of smb.conf as:
[printers]
path=/var/spool/samba
printable=Yes
browseable=No
What I would like to have is some pop-up message for the user. Does anyone has any suggestion? Sorry, I am not good in Samba. If this question is too "newbie", please point me to some docs./FAQs. Thank you.
|