G
Guest
Hi:
I'm using subinacl (newest version) to modify the permissions for all the
printers on my network. It's worked perfectly for giving single permissions
to groups (i.e. either Full, or Manage, or Print), but I've run into a
problem with trying to give one group both the Print and Manage Documents
permissions.
This line works for me to grant a single permission on printer 1 to mygroup
(in this case, the Print permission):
According to the documentation, I should be able to add two permissions on
the same line like this:
the Print permission, then running subinacl again to grant the Manage
Documents permission. When I do that, Print permission is removed and the
Manage Documents permission added.
How can I get both permissions added? Anyone know what I'm doing wrong?
Thanks for any help you can give.
I'm using subinacl (newest version) to modify the permissions for all the
printers on my network. It's worked perfectly for giving single permissions
to groups (i.e. either Full, or Manage, or Print), but I've run into a
problem with trying to give one group both the Print and Manage Documents
permissions.
This line works for me to grant a single permission on printer 1 to mygroup
(in this case, the Print permission):
subinacl /printer “\\myserver\printer 1" /grant=dom\mygroup=p
According to the documentation, I should be able to add two permissions on
the same line like this:
but when I try that, the command fails altogether. I've also tried grantingsubinacl /printer “\\myserver\printer 1" /grant=dom\mygroup=pm
the Print permission, then running subinacl again to grant the Manage
Documents permission. When I do that, Print permission is removed and the
Manage Documents permission added.
How can I get both permissions added? Anyone know what I'm doing wrong?
Thanks for any help you can give.