1826452 Members
4003 Online
109692 Solutions
New Discussion

Re: about printer

 
eric_88
Occasional Contributor

about printer

hi expert,
how can i control which user can use printer ,which could not.

thanks
hello
3 REPLIES 3
Michael Tully
Honored Contributor

Re: about printer

Here is a posting of a similar question.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xab610b0717d1d5118ff40090279cd0f9,00.html
Anyone for a Mutiny ?
KapilRaj
Honored Contributor

Re: about printer

Hi
fense priotity ?. could be one. I do not find any thing else. if i come across i will let you know.

Or if you could write a shell script which will do the purpose

kaps
Nothing is impossible
Jordan Bean
Honored Contributor

Re: about printer


The username is passed to the interface script as $2. Within the script you can terminate the print job early (exit 0) if the user or user's group are not authorized or if the user is not a member of an authorized group.