subinacl removes printer permissions

K

Kenneth R

"I want to set the rights PRINT and MANAGE to a special user. I could'nt find
a class in .NET to do this, so I use System.Diagnostics.Process and subinacl
from Windows 2003 Ressource Kit.

The following commands work fine:
subinacl /printer muster /grant=username=P -> user can print documents
subinacl /printer muster /grant=username=M -> now the user can manage the
printer he is able to delete jobs but the right to print is automaticly
revoked

subinacl /printer muster /grant=username=PM -> Windows sends the message
"Syntax error"
How can I set the rights? Is there a better way to do this?"

We're having the same problem as Oliver Kuhl who posted this in the .NET
forum with no response:
http://www.microsoft.com/communities/newsg...cr=US&sloc=&p=1

Any suggestions? Is there a better place to post this type of question?
Thanks!
 
Back
Top Bottom